❔ How to remotely log out a user from a Blazor app ?
There's a page in my server-side blazor app where authorized admins can assign or remove roles for users. In order for the user's updated roles to take effect, they must log out, allowing for a new cookie to be generated with the updated claim values.
Any proper way to solve that without using db entities ?
2 Replies