Authentication & Authorization
Authentication and authorization in API
Python PyJWT package will be used create signed tokens and validate them.
- OAuth : Open Authorization
- OpenID Connect
OAuth Flows :
- Authorization code flow
- pkce flow
- client credentials flow
- refresh token flow