Simple Membership System using ASP.NET Identity 2.1, ASP.NET MVC 5, ASP.NET Web API 2 and AngularJS (edit)

Authorization Server using JWT with Web API and ASP.NET Identity

https://stackoverflow.com/questions/32161429/combine-the-use-of-authentication-both-for-mvc-pages-and-for-web-api-pages/39797768#39797768 (HAY)

https://stackoverflow.com/questions/39465983/where-to-store-bearer-token-in-mvc-from-web-api (HAY)

https://stackoverflow.com/questions/40281050/jwt-authentication-for-asp-net-web-api (HAY)

http://bitoftech.net/2014/10/27/json-web-token-asp-net-web-api-2-jwt-owin-authorization-server/ (HAY)

https://github.com/sangadji/CustomOAuthTutorial (HAY)

http://bitoftech.net/2014/09/24/decouple-owin-authorization-server-resource-server-oauth-2-0-web-api/ (Machine Key)

Tutorial for Building Simple Membership System using ASP.NET Identity 2.1, ASP.NET Web API, and AngularJS

https://github.com/tjoudeh/AspNetIdentity.WebApi

+ Accounts management

+ Roles management

+ Email confirmations

+ Change password

+ Roles based authorization

+ Claims based authorization

JSON Web Token (JWT) with Web API

http://blogs.quovantis.com/json-web-token-jwt-with-web-api/

12 Steps to Token Authentication using OWIN

https://www.moqdigital.com.au/insights/technical/12-steps-to-token-authentication-using-owin

OWIN OAuth 2.0 Authorization Server

https://docs.microsoft.com/en-us/aspnet/aspnet/overview/owin-and-katana/owin-oauth-20-authorization-server#create-a-resource-server-which-is-protected-by-access-token

Code-Based Migration in Entity Framework 6

https://www.entityframeworktutorial.net/code-first/code-based-migration-in-code-first.aspx

Tham khảo thêm

https://github.com/cuongle/Hmac.WebApi

https://github.com/cizu64/JWTAuth

https://docs.microsoft.com/en-us/aspnet/web-api/overview/security/external-authentication-services

https://github.com/mspnp/multitenant-saas-guidance

ASP.NET Core

https://andrewlock.net/exploring-the-cookieauthenticationmiddleware-in-asp-net-core/

https://fullstackmark.com/post/19/jwt-authentication-flow-with-refresh-tokens-in-aspnet-core-web-api

https://devblogs.microsoft.com/aspnet/jwt-validation-and-authorization-in-asp-net-core/

https://devblogs.microsoft.com/aspnet/bearer-token-authentication-in-asp-net-core/

https://devblogs.microsoft.com/aspnet/asp-net-core-authentication-with-identityserver4/

https://github.com/aspnet/Security/tree/master/samples