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

Remove Proposal 1 from browser.secureStorage #183

Merged
merged 1 commit into from
Mar 30, 2022

Conversation

oliverdunk
Copy link
Member

@oliverdunk oliverdunk commented Mar 14, 2022

After discussion with a number of browser vendors it became clear that Proposal 2 is preferred, since this allows the storage of arbitrary data and does not rely on developers correctly performing cryptographic operations with keys (which is easy to get wrong). With that in mind, I've removed that sub-proposal so we can focus on the API that we plan to implement.

Resolves #181, #182

@zombie zombie merged commit d1bc432 into w3c:main Mar 30, 2022
github-actions bot added a commit that referenced this pull request Mar 30, 2022
SHA: d1bc432
Reason: push, by @zombie

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@Rob--W Rob--W 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 this pull request may close these issues.

browser.secureStorage: Remove proposal 1 and focus on arbitrary data storage
4 participants