You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.
LockoutOptions.AllowedForNewUsers property gives no intellisense documentation (whereas the other two properties on that class do)
CookieAuthenticationOptions.CookieName intellisense docs claims the default value is .AspNetCore.Cookies, but the actual default value seems to be .AspNetCore.Identity.Application
The text was updated successfully, but these errors were encountered:
This is because the default from identity is different than the cookies default but the intellesense comes from cookies
CookieAuthenticationOptions.CookieName intellisense docs claims the default value is .AspNetCore.Cookies, but the actual default value seems to be .AspNetCore.Identity.Application
LockoutOptions.AllowedForNewUsers
property gives no intellisense documentation (whereas the other two properties on that class do)CookieAuthenticationOptions.CookieName
intellisense docs claims the default value is.AspNetCore.Cookies
, but the actual default value seems to be.AspNetCore.Identity.Application
The text was updated successfully, but these errors were encountered: