Abstract
- One example is API Key
Benefits
Stateless
- Address Hard to Scale issue
- Token-Based Authentication includes a user ID, eliminating the need for the Server to store token information in memory
Cookie Independent
- Doesn’t rely on Cookie, can work with Local Storage
Cross Platform Support
- Support both mobile and web platforms natively
Much More Secure
- Mitigate the XSS Attack & CSRF Attack risks