Token-Based Authentication (MVC 6)
https://stormpath.com/blog/token-authentication-asp-net-core
https://stormpath.com/blog/token-authentication-scalable-user-mgmt
https://github.com/nbarbettini/SimpleTokenProvider
https://github.com/mrsheepuk/ASPNETSelfCreatedTokenAuthExample
https://github.com/capesean/openiddict-test
https://stackoverflow.com/questions/29048122/token-based-authentication-in-asp-net-core
Token-Based Authentication (MVC 5)
http://bitoftech.net/2014/06/01/token-based-authentication-asp-net-web-api-2-owin-asp-net-identity/
Full Stack FrontEnd & BackEnd
https://github.com/liu1218xing/graduateinfo/
https://github.com/alexandre-spieser/AureliaAspNetCoreAuth
https://github.com/aspnet-contrib/AspNet.Security.OpenIdConnect.Samples
Token-Based Authentication Documents
https://www.loginradius.com/cIAM-basics/token-based-authentication/
https://scotch.io/tutorials/the-ins-and-outs-of-token-based-authentication
https://scotch.io/tutorials/the-anatomy-of-a-json-web-token
https://www.atpay.com/token-based-authentication/
To help you gain a better understanding, we’ve created this article to walk you through each step:
- Get familiar with the differences between cookies and tokens.
- Understand how token-based authentication works.
- Know the advantages of token-based authentication.
- Determine how you’re going to use token-based authentication.
- Implement token-based authentication on your website.
Các định nghĩa
https://www.atpay.com/what-is-oauth/
https://www.atpay.com/sso-authentication/
https://www.atpay.com/user-authentication/
Convert ASP.NET MVC 5.x to ASP.NET Core
http://volosoft.com/migrating-from-asp-net-mvc-5x-to-asp-net-core/