This repository has been archived by the owner on Nov 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
Add Secure cookie flag option to session cookie #106
Labels
Milestone
Comments
jkotalik
pushed a commit
that referenced
this issue
Jun 16, 2016
jkotalik
pushed a commit
that referenced
this issue
Jun 16, 2016
jkotalik
pushed a commit
that referenced
this issue
Jun 16, 2016
jkotalik
pushed a commit
that referenced
this issue
Jun 16, 2016
Will this be included in the 1.1.0 release? |
Yes |
Using 1.1. but there is no options.Cookie.SecurePolicy = CookieSecurePolicy.Always option |
In 1.1 it's options.CookieSecure
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The session cookie needs the ability to have the 'Secure' flag set.
This depends on aspnet/HttpAbstractions#612.
Note we considered doing this in the past (#28), but we considered the Microsoft.AspNetCore.CookiePolicy middleware to be adequate. That's no longer the case because we want to apply token binding data protection based on if the cookie will be marked as Secure.
The text was updated successfully, but these errors were encountered: