Closed app-generator closed 3 years ago
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" }
API URL :
http://localhost:5000/api/users/logout
Request Headers
application/json
Request Body
Response For success
Response for unknown token