Skip to content

feat: oauth2 client credentials, verify JWT token - #124

Merged
ndr-brt merged 1 commit into
mainfrom
123-verify-jwt-token
Sep 1, 2026
Merged

ndr-brt merged 1 commit into
mainfrom
123-verify-jwt-token

Conversation

@ndr-brt

@ndr-brt ndr-brt commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

What

Verifies JWT token for oauth2_client_credentials profile.
It does it by using Nimbus DefaultJWTProcessor, that automatically verifies signature and checks claims (documentation)

Notes

Add CODEOWNERS file, so committers will be added as reviewers on any PR by default

Closes #123

@ndr-brt ndr-brt added the bug Something isn't working label Sep 1, 2026
@ndr-brt
ndr-brt requested a review from a team September 1, 2026 10:18
@ndr-brt
ndr-brt force-pushed the 123-verify-jwt-token branch from 97952ae to ab6aeec Compare September 1, 2026 10:19
@ndr-brt
ndr-brt merged commit e6fabd1 into main Sep 1, 2026
3 checks passed
@ndr-brt
ndr-brt deleted the 123-verify-jwt-token branch September 1, 2026 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Oauth2 client credentials JWT verification

2 participants