Open
Description
opened on Oct 25, 2023
in reference to;
Clear secrets when extension is uninstalled #123817
Need to be able to return all the keys in the secret store, so extensions can manage key lifecycle and clean up as needed. Without this, bloat is inevitable. This also brings the new secret store features a bit closer to the original keytar functionality
@TylerLeonhardt suggested a simple context.secret.keys() function to return all the keys available. This function is sufficient for this need
Activity