Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

[Announcement] CookieSecureOption & SecurePolicy merged to CookieSecurePolicy #662

Closed
Tratcher opened this issue Jun 30, 2016 · 3 comments
Closed
Milestone

Comments

@Tratcher
Copy link
Member

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

@justdmitry
Copy link

Why you labeled announcement as milestone 1.0.0, while 1.0.0 RTM is already released?

@Tratcher
Copy link
Member Author

Tratcher commented Jul 1, 2016

Because the change was made during 1.0.0, the announcement was just late.

@muratg
Copy link

muratg commented May 12, 2017

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.

@muratg muratg closed this as completed May 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants