Use protected browser storage in Blazor

In the previous article we learned to use sessionStorage and localStorage in Blazor apps. The localStorage object also has storage event that one can use to get notified when localStorage is modified in some way. In this article we will first discuss the storage event with an example. We will then learn to use what is known as Protected Browser Storage that is available exclusively to Blazor Server apps.

https://www.binaryintellect.net/articles/ee5efa94-6e27-4351-a87e-af94a3c268b2.aspx