Automatically login

I am using blazor server. It is working ok but need to login each time. It does however advise that I am not logged in each time. When i hit login it must be getting the details from the cookie as it does not go to the auth0 login page.
My question is, when it has details in the cookie, how can i get it to login automatically without making me select the login key first? Within auth0 setting, “Persistent Session” is highlighted so it would seem it should persist. Any ideas please?

Hey there!

I’m not a Blazor expert but maybe you will find some of our content on Blazor helpful:

https://community.auth0.com/t/role-based-access-control-in-blazor-applications/104402/3

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.