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

feat(auth): add /logout endpoint for user logout #58

Merged
merged 3 commits into from
Dec 11, 2023
Merged

Conversation

Lapotor
Copy link
Collaborator

@Lapotor Lapotor commented Dec 10, 2023

This implements the /logout endpoint, providing users with the ability to initiate a logout process. The addition of this feature enhances the overall user experience and aligns with expected functionality for session management in the application.

Depends-on: #59
Closes #21

Signed-off-by: Valentin Sickert <[email protected]>
Signed-off-by: Valentin Sickert <[email protected]>
Signed-off-by: Valentin Sickert <[email protected]>
@Lapotor Lapotor added this to the v1.0.0 milestone Dec 10, 2023
@Lapotor Lapotor requested a review from whyauthentic December 10, 2023 22:33
@Lapotor Lapotor self-assigned this Dec 10, 2023
@whyauthentic whyauthentic merged commit fcb87c7 into main Dec 11, 2023
1 check passed
@whyauthentic whyauthentic deleted the feat/logout branch December 11, 2023 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement POST /logout Endpoint for logging out the current user.
2 participants