Auth0
Overview
Auth0 Logics handles the Auth0 tokens
-
Authorize - The tokens are the thing that applications use to makeĀ API requests on behalf of a user
-
Refresh Token - A string that the Auth0 client can use to get a new access token without the user’s interaction
-
Revoke Token - Defines a mechanism for clients to indicate to the authorization server that an access token is no longer needed
-
Auth0 Logout - A back-channel mechanism for notifying subscribed relying parties that an end-user has been logged out of the connection provider.