Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CookieSecureOption & SecurePolicy merged to CookieSecurePolicy #197

Open
Tratcher opened this issue Jun 30, 2016 · 0 comments
Open

CookieSecureOption & SecurePolicy merged to CookieSecurePolicy #197

Tratcher opened this issue Jun 30, 2016 · 0 comments

Comments

@Tratcher
Copy link
Member

Tratcher commented Jun 30, 2016

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

@Tratcher Tratcher added this to the 1.0.0 milestone Jun 30, 2016
@aspnet aspnet locked and limited conversation to collaborators Jun 30, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant