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

fix: Don't validate aud claim #409

Merged
merged 1 commit into from
Feb 14, 2025
Merged

fix: Don't validate aud claim #409

merged 1 commit into from
Feb 14, 2025

Conversation

dandorman
Copy link
Contributor

Description

Currently, the aud claim is optional (gated by a feature flag), so there's no reason to validate the claim yet, even when it's present.

Documentation

Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.

[ ] Yes

If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.

@dandorman dandorman requested a review from a team as a code owner February 14, 2025 21:55
Currently, the `aud` claim is optional (gated by a feature flag), so
there's no reason to validate the claim yet, even when it's present.
@dandorman dandorman force-pushed the fix/no-validate-aud-claim branch from 080e330 to 2e746a9 Compare February 14, 2025 22:00
@dandorman dandorman merged commit 3cef282 into main Feb 14, 2025
5 checks passed
@dandorman dandorman deleted the fix/no-validate-aud-claim branch February 14, 2025 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants