MapIdentityApi<T> and PersistCookies
#49930
Unanswered
KennethHoff
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.
-
Prior to Preview 7, the
MapIdentityApi<T>'s
loginendpoint had one parameter;
bool? CookieModewhich determined whether you got the result as a cookie or not. Preview 7 added yet another parameter,
PersistCookies`.The cookie itself is identical regardless of what
PersistCookies
is set to and I don't see any functional differences, and the "ASP.NET Core updates in .NET 8 Preview 7" article glossed over it.It looks like it's used to set this property, but it's not really clear what that does.
Beta Was this translation helpful? Give feedback.
All reactions