Allows management of user tokens and logout sessions.
Resource URL | Authorization | Description |
/v1/api/authentication/token (POST) | No authentication | Performs a login for the specified user and returns an authentication token. |
/v1/api/authentication/token/revoke (POST) | No authentication | Invalidates a JSON web token in a request. |
/v1/api/authentication/logout (POST) | No authentication | Invalidates all JSON web tokens assigned to a user. |