i need help with .NET Blazor web app cockies
I recently started working on a Blazor web app project, and when I got to the login part, I faced a problem where the client does not save the cookies.
What’s strange is that in the refresh token request, the operation succeeds and the token actually appears, but it’s not present in the cookies.
The second time, when the JWT expires and a refresh token is sent, the cookie still doesn’t appear




0 Replies