This repository was archived by the owner on Aug 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
API.Routes.Logout
Mestre-Tramador edited this page Oct 19, 2022
·
2 revisions
/logout
Logout from the system and revoke the current token.
| Name | Value | Description |
|---|---|---|
| Authorization | Bearer YOUR_TOKEN |
The JSON Web Token (JWT) you got on the login. |
{
"message": "Successful logout"
}Everything occurred normally and the token was revoked.
Exper-Dat-Reader is licensed under the GNU GENERAL PUBLIC LICENSE Version 3.
If you'd like to contribute, please read our Contribution Guidelines.