We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API URL : http://localhost:5000/api/users/logout
http://localhost:5000/api/users/logout
Request Headers
application/json
Request Body
{ "token": "JWT_TOKEN_HERE" }
Response For success
{ "success": true, "msg": "Token revoked" }
Response for unknown token
{ "success": false, "msg": "User is not logged on" }
The text was updated successfully, but these errors were encountered:
🛠 Fix Features Tag and work on #2 and #3
8cccbf4
yezz123
No branches or pull requests
API URL :
http://localhost:5000/api/users/logout
Request Headers
application/json
Request Body
Response For success
Response for unknown token
The text was updated successfully, but these errors were encountered: