Skip to content
New issue

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

[Issue 2648] Add signout endpoint #2997

Merged
merged 13 commits into from
Nov 22, 2024
Merged

[Issue 2648] Add signout endpoint #2997

merged 13 commits into from
Nov 22, 2024

Conversation

babebe
Copy link
Collaborator

@babebe babebe commented Nov 22, 2024

Summary

Fixes #{2648}

Time to review: 5 mins

Changes proposed.

Added /token/logout endpoint
Added LogoutResponseSchema response schema
Added success and invalid token tests

api/tests/src/api/users/test_user_route_token.py Outdated Show resolved Hide resolved
api/src/api/users/user_routes.py Outdated Show resolved Hide resolved
@babebe babebe requested a review from chouinar November 22, 2024 20:01
@babebe babebe linked an issue Nov 22, 2024 that may be closed by this pull request
3 tasks
Copy link
Collaborator

@chouinar chouinar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@babebe babebe merged commit 35fb5d6 into main Nov 22, 2024
2 checks passed
@babebe babebe deleted the 2648/signout branch November 22, 2024 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Task: Add signout endpoint
3 participants