sotsera / sotsera.blazor.oidc

OpenID Connect client for Blazor client-side projects
https://blazor-oidc.sotsera.com/
Apache License 2.0
20 stars 8 forks source link

Complete the events management #7

Open ghidello opened 4 years ago

ghidello commented 4 years ago

When the user cancels an OnUserSessionExpiring, so a popup login is still possible without losing the current work, should the token be removed anyway because it's valid until it expires. Also is the name OnUserSessionExpiring misleading? The session on the server is already expired.