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

Protected browser storage #18755

Closed
2 tasks done
danroth27 opened this issue Feb 3, 2020 · 2 comments
Closed
2 tasks done

Protected browser storage #18755

danroth27 opened this issue Feb 3, 2020 · 2 comments
Assignees
Labels
area-blazor Includes: Blazor, Razor Components Components Big Rock This issue tracks a big effort which can span multiple issues Done This issue has been fixed enhancement This issue represents an ask for new feature or an enhancement to an existing one

Comments

@danroth27
Copy link
Member

danroth27 commented Feb 3, 2020

Finish and ship https://docs.microsoft.com/aspnet/core/blazor/state-management#protected-browser-storage-experimental-package

A lot of the code exists here: https://github.com/aspnet/AspLabs/tree/master/src/ProtectedBrowserStorage/src

  • This feature relies on a server feature. This packaging requirement will likely requiring having to ship it separately from the other all-purpose Blazor component package.
  • Things to address: Add an optional scope to the Get \ Set \ Delete APIs that allows specifying additional scope for data protection
@brockallen
Copy link

What makes the storage "protected"?

@blowdart blowdart added the area-blazor Includes: Blazor, Razor Components label Feb 3, 2020
@mkArtakMSFT mkArtakMSFT added the enhancement This issue represents an ask for new feature or an enhancement to an existing one label Feb 3, 2020
@mkArtakMSFT mkArtakMSFT added the Components Big Rock This issue tracks a big effort which can span multiple issues label May 5, 2020
@MackinnonBuck MackinnonBuck self-assigned this Jun 22, 2020
@MackinnonBuck MackinnonBuck added Done This issue has been fixed and removed Working labels Jul 10, 2020
@BrunoZell
Copy link

@brockallen It uses ASP.NET Core Data Protection.

@ghost ghost locked as resolved and limited conversation to collaborators Aug 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components Components Big Rock This issue tracks a big effort which can span multiple issues Done This issue has been fixed enhancement This issue represents an ask for new feature or an enhancement to an existing one
Projects
None yet
Development

No branches or pull requests

6 participants