API Security Best Practices - curity
https://curity.io/resources/learn/api-security-best-practices/
Always Use a Gateway
Always Use a Central OAuth Server
Only Use JSON Web Tokens Internally
- Phantom Token Approach
- Split Token Approach
- Both involve an API Gateway in the process of translating an opaque token into a JWT.