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

✨ Add verifyAndDecode variant with client check [breaking] #74

Merged
merged 3 commits into from
Feb 8, 2024

Conversation

jwojnowski
Copy link
Owner

def verifyAndDecode(rawToken: String, expectedClientId: ClientId): F[Either[IdTokenVerifier.Error, IdTokenClaims]]

was missing and it can be quite useful.

Since that's (apparently) a breaking change, some deprecated code was also removed in preparation for 0.13.x.

@jwojnowski jwojnowski force-pushed the feature/verify-and-decode-with-expected-client branch from 6019802 to 4199b53 Compare February 8, 2024 15:42
@jwojnowski jwojnowski changed the title ✨ Add verifyAndDecode variant with client check ✨ Add verifyAndDecode variant with client check [breaking] Feb 8, 2024
@jwojnowski jwojnowski force-pushed the feature/verify-and-decode-with-expected-client branch from 4199b53 to 2729e2a Compare February 8, 2024 15:53
@jwojnowski jwojnowski force-pushed the feature/verify-and-decode-with-expected-client branch from 2729e2a to 986e1e8 Compare February 8, 2024 15:59
@jwojnowski jwojnowski merged commit 7d32e4d into main Feb 8, 2024
3 checks passed
@jwojnowski jwojnowski deleted the feature/verify-and-decode-with-expected-client branch February 8, 2024 16:41
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.

1 participant