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 was archived by the owner on Nov 20, 2018. It is now read-only.
CookieSecureOption and SecurePolicy have been merged into CookieSecurePolicy and moved to the Microsoft.AspNetCore.Http namespace and Microsoft.AspNetCore.Http.Abstractions package. This was done to enable re-using the type in additional places.
We are closing this issue because no further action is planned for this issue. If you still have any issues or questions, please log a new issue with any additional details that you have.
CookieSecureOption and SecurePolicy have been merged into CookieSecurePolicy and moved to the Microsoft.AspNetCore.Http namespace and Microsoft.AspNetCore.Http.Abstractions package. This was done to enable re-using the type in additional places.
Before:
Microsoft.AspNetCore.Authentication.Cookies.CookieSecureOption: SameAsRequest, Never, Always
Microsoft.AspNetCore.CookiePolicy.SecurePolicy: None, Always, SameAsReqeuest
After:
Microsoft.AspNetCore.Http.CookieSecurePolicy: SameAsRequest, Always, None
RE:
#612
#631
aspnet/Security#817
The text was updated successfully, but these errors were encountered: