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.Auth
Mestre-Tramador edited this page Mar 14, 2023
·
1 revision
/auth
Verify User authentication by the given token.
| Param | Value | Description |
|---|---|---|
| token | string |
The JWT token generated on login. |
If the token is valid and authenticated, no content is given, only the default response headers.
{
"error": "Unauthorized"
}If the token was revoked or expired, then this error occurs.
Exper-Dat-Reader is licensed under the GNU GENERAL PUBLIC LICENSE Version 3.
If you'd like to contribute, please read our Contribution Guidelines.