Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a request.auth check to logout to avoid false success message w…
…hen no token is passed (#601) * Added a request.auth check to logout In case of no authentication is passed it results a fake successful message in logout. Added a check to request.auth on top of logout * Fixed failing cases
- Loading branch information