Get started using Auth0. Implement authentication for any kind of application in minutes.
https://auth0.com/docs/api-auth/tutorials/adoption/api-tokens
* reading the introduction
* clients
can authenticate as themselves
* the
Auth0 Management API is already defined as a resource server on your
Auth0 domain
* /userinfo API
* Note that the scope parameter has a different behavior than in the legacy pipeline
* delegation to exchange tokens obtained by one client into
tokens for a different client
* Calling your APIs with Auth0 tokens
* User consent and third-party clients
* Custom user profile claims and scope
* Single sign-on (SSO)
* Authorization Code grant
* Implicit grant
* Silent authentication
* Resource Owner Password Credentials exchange
* Client Credentials exchange
* Refresh Tokens
* Delegation (deprecated)
* Passwordless authentication
* List of breaking changes for OIDC-conformant clients