Skip to content

feat(auth): add signOut endpoint for session revocation#9

Merged
halvaradop merged 1 commit intomasterfrom
feat/add-signout-endpoint
Nov 19, 2025
Merged

feat(auth): add signOut endpoint for session revocation#9
halvaradop merged 1 commit intomasterfrom
feat/add-signout-endpoint

Conversation

@halvaradop
Copy link
Copy Markdown
Member

Description

This pull request introduces the signOut endpoint for session revocation. The new endpoint allows users to terminate and revoke an active session. The implementation follows the OAuth 2.0 Token Revocation specification. For more details, see the RFC 7009.

Key Changes

  • Introduce the signOut endpoint.
  • Add tests to verify correct sign-out behavior.
  • Align implementation with RFC 7009.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Nov 19, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
auth Ready Ready Preview Comment Nov 19, 2025 0:14am

@halvaradop halvaradop merged commit bfa89a3 into master Nov 19, 2025
2 checks passed
@halvaradop halvaradop deleted the feat/add-signout-endpoint branch November 19, 2025 00:33
@halvaradop halvaradop added enhancement New feature or request feature New functionality labels Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request feature New functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant