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
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.
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:
aspnet/HttpAbstractions#612
aspnet/HttpAbstractions#631
aspnet/Security#817
Discussion: aspnet/HttpAbstractions#662
The text was updated successfully, but these errors were encountered: