Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

browser.secureStorage: Create polyfill for implementation #180

Closed
oliverdunk opened this issue Mar 14, 2022 · 1 comment · Fixed by #186
Closed

browser.secureStorage: Create polyfill for implementation #180

oliverdunk opened this issue Mar 14, 2022 · 1 comment · Fixed by #186
Labels
topic: secure storage Related to the secureStorage API proposal

Comments

@oliverdunk
Copy link
Member

As mentioned at the last WECG meeting a polyfill would be a good way for people to experiment with the secureStorage API and get a feel for if the API surface works in their extension. We should look at building something based on what we have today, possibly alongside the proposal in this repo.

@oliverdunk
Copy link
Member Author

We won't be able to actually use secure storage here, so it will likely use something like local storage and print a warning that this isn't production safe.

@zombie zombie added the topic: secure storage Related to the secureStorage API proposal label Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: secure storage Related to the secureStorage API proposal
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants