Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

API.Routes.Logout

Mestre-Tramador edited this page Aug 18, 2022 · 2 revisions

Logout POST

/logout

Logout from the system and revoke the current token.

Headers

Name Value Description
Authorization Bearer YOUR_TOKEN The JSON Web Token (JWT) you got on the login.

Response

302

A redirection to the home page.

Clone this wiki locally