Auth pages with auto render mode in blazor #61634
Unanswered
MahdiElahi
asked this question in
General
Replies: 1 comment
-
Thanks for reaching out. We currently don't have any docs or samples on this, but it should be possible to make this work. We don't have any immediate plans to write a sample like this, but this would be a valuable sample for the community to provide. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 ?
Beta Was this translation helpful? Give feedback.
All reactions