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
scope to the Get \ Set \ Delete APIs that allows specifying additional scope for data protectionWhat makes the storage "protected"?
@brockallen It uses ASP.NET Core Data Protection.
Most helpful comment
What makes the storage "protected"?