Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #20 from spottedmahn/master
Browse files Browse the repository at this point in the history
fix heading md
  • Loading branch information
AndersAbel committed Mar 29, 2018
2 parents c637c86 + d99f9f9 commit e2095de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ without other middleware containing a stage marker is such a case.

app.UseKentorOwinCookieSaver(PipelineStage.Authenticate);

##Nuget package
## Nuget package
The middleware is available as a nuget package,
[Kentor.OwinCookieSaver](https://www.nuget.org/packages/Kentor.OwinCookieSaver/).

##Limitations
## Limitations
Due to how the cookies are handled, this middleware is only able to save
cookies that are added by middleware; such as the authentication cookie. It won't
save cookies handled by normal MVC Actions. In that case, the workaround
of adding a dummy session value is recommended (if the application uses session,
which is the most likely reason to be affected by this bug).

##Plans for a Real Fix
## Plans for a Real Fix
I've discussed contributing the functionality of this library directly to
Katana to make this middleware redundant. However Microsoft do not want
this behaviour added as it can affect cookie behaviour. In some cases it will
Expand Down

0 comments on commit e2095de

Please sign in to comment.