Blazorade / Blazorade-MSAL

A Blazor component library that makes it easy to use authentication in your application through MSAL, both in Blazor Server and Blazor WebAssembly applications.
MIT License
17 stars 5 forks source link

Support configuration of cache location #4

Closed MikaBerglund closed 3 years ago

MikaBerglund commented 3 years ago

With MSAL it is possible to use either localStorage or sessionStorage for cache location. Blazorade MSAL should make it possible to configure which cache location to use in the application.