Logout the current user
POST/api/auth/logout
Invalidates the current session and clears the refresh token cookie.
Responses
- 200
- 401
- 500
Logged out successfully
Not authenticated
Server error
POST/api/auth/logout
Invalidates the current session and clears the refresh token cookie.
Logged out successfully
Not authenticated
Server error