Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Fixed various cookie encoding and decoding issues and related tests #2094

Merged
merged 4 commits into from
Oct 30, 2015
Merged

Fixed various cookie encoding and decoding issues and related tests #2094

merged 4 commits into from
Oct 30, 2015

Conversation

richardprice
Copy link
Contributor

This should fix the auth and csrf issues after recent cookie encoding and decoding changes.

@@ -355,7 +355,7 @@ private static byte[] GenerateHmac(string encryptedCookie, FormsAuthenticationCo
public static string DecryptAndValidateAuthenticationCookie(string cookieValue, FormsAuthenticationConfiguration configuration)
{
// TODO - shouldn't this be automatically decoded by nancy cookie when that change is made?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this while you're at it? 😛

@khellang khellang added this to the 1.4.1 milestone Oct 29, 2015
@khellang khellang added the Bug label Oct 29, 2015
@khellang
Copy link
Member

This fixes #2093

khellang added a commit that referenced this pull request Oct 30, 2015
Fixed various cookie encoding and decoding issues and related tests
@khellang khellang merged commit 3b6c2e7 into NancyFx:master Oct 30, 2015
@khellang
Copy link
Member

Thanks! 👍 Let's hope this fixes it 😜

fxbit pushed a commit to yodiwo/Nancy that referenced this pull request Aug 19, 2016
…ueFix

Fixed various cookie encoding and decoding issues and related tests
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants