ITfoxtec / ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect

ITfoxtec Identity for Blazor WebAssembly add support for OpenID Connect with PKCE.
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

Stay logged in through multiple sessions #17

Open Revsgaard opened 2 years ago

Revsgaard commented 2 years ago

Email: I have successfully added your Blazor OIDC middleware into my Blazor WASM app. I noticed that your middleware persists the tokens (access, refresh and ID) into the session storage. This therefore does not allow the user to stay logged in through multiple sessions. Is there a way to allow the logged in session to persist over multiple user sessions?

Solution:

travis-pettry1 commented 2 years ago

Perhaps this should be a toggleable feature, especially if the computer that is being used is shared.

Revsgaard commented 2 years ago

Yes that is also a consideration.