-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
area-identityIncludes: Identity and providersIncludes: Identity and providers
Description
I want to build a Blazor 8 or 9 project using Interactive Auto . But I want to implement authentication using JWT or identity , so that whenever I want, I can show the login page inside a modal or elsewhere.( without refresh page or ... )
Because I've tested it before — when using a modal and trying to use SignInManager.SignIn inside the login component, it throws a 'headers are read-only, response has already started ' error and doesn't let it work.
I've seen many websites that show auth modals anywhere without refreshing the page, and it works fine.how to do it ?
Metadata
Metadata
Assignees
Labels
area-identityIncludes: Identity and providersIncludes: Identity and providers