Token Based Authentication
- User Requests Access with Username / Password
- Application validates credentials
- Application provides a signed token to the client
- Client stores that token and sends it along with every request
- 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