Securing Blazor WebAssembly Apps

Hi folks!
Thx for this manual.
I faced one problem that was described here: [Blazor][Wasm] Set oidc Authentication Options in local storage · Issue #20574 · dotnet/aspnetcore · GitHub
The problem is that the oidc response is saved in the session storage by default and I haven’t find a way to configure it. I have to authenticate every time I open a new tab.
Did smbd face this issue too?