Blazor Web App with custom Auth using ASP.NET Core Web API #54528
Unanswered
desmondinho
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am wondering whether it is possible to have the following setup:
.. like here sample, but with:
Currently, I already have 3 projects configured but the problem I encountered is that token cookie is not included with the request if authentication was made on the Static SSR login page. This causes all other responses to be 401. If I authenticate on the page with the Wasm/Auto render mode -- everything is fine. But I would like the login page to be Static SSR.
Please, tell me if you need more context!
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions