@manhng

Welcome to my blog!

Token Based Authentication

April 8, 2018 21:08

Token Based Authentication

  1. User Requests Access with Username / Password
  2. Application validates credentials
  3. Application provides a signed token to the client
  4. Client stores that token and sends it along with every request
  5. Server verifies token and responds with data

Lý thuyết

https://scotch.io/tutorials/the-ins-and-outs-of-token-based-authentication

Thực hành

https://code.msdn.microsoft.com/Token-Based-Authentication-6db2acc9

Token-Based Authentication

March 29, 2018 00:08

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:

  1. Get familiar with the differences between cookies and tokens.
  2. Understand how token-based authentication works.
  3. Know the advantages of token-based authentication.
  4. Determine how you’re going to use token-based authentication.
  5. 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/

Categories

Recent posts