ASP.NET Identity SPA Authentication #53900
Unanswered
UltraWelfare
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.
-
Following this guide: https://learn.microsoft.com/en-us/aspnet/core/security/authentication/identity-api-authorization?view=aspnetcore-8.0
Calling
/login
with theuseCookies=true
parameter, gives back a cookie with an expiration date of 14 days... Is this supposed to be refreshable somehow / configured or is it hardcoded to 14 days?Also, how does it work? Is it a session cookie (I can't seem to find a database record of the session) or is it a token encrypted inside the cookie which is "stateless"?
Beta Was this translation helpful? Give feedback.
All reactions