Closed MV-GH closed 1 year ago
This PR focuses on adding a new API route for user logout and updating the security schemes in the code.
/user/logout
bearerAuth
cookieAuth
User
operationId
logout
200
components
securitySchemes
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
/codex {your question}
PR-Codex overview
Focus of this PR:
This PR focuses on adding a new API route for user logout and updating the security schemes in the code.
Detailed summary:
/user/logout
for user logout.bearerAuth
andcookieAuth
.User
tag to the API route.operationId
tologout
.200
with the description "OK" and the summary "Logout your user, which clears the cookie and invalidates the auth token".components
section with thesecuritySchemes
forbearerAuth
.