Interop error when accessing sessionStorageService on Blazor APP
I’m building a Blazor App, this app use JWT for token generation and refresh token and both tokens needs to be stored in SessionStorageService after login:
I’m building a Blazor App, this app use JWT for token generation and refresh token and both tokens needs to be stored in SessionStorageService after login: