dodyg / practical-aspnetcore

Practical samples of ASP.NET Core 9 RC1, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
MIT License
9.15k stars 1.18k forks source link

Using and generating JWT #106

Open dodyg opened 6 years ago

dodyg commented 6 years ago

https://github.com/dodyg/practical-aspnetcore/tree/master/projects/mvc/jwt

dodyg commented 6 years ago

Using JWT in Cookies

https://amanagrawal.blog/2017/09/18/jwt-token-authentication-with-cookies-in-asp-net-core/

dodyg commented 6 years ago

Write middleware to process the JWT submitted via form