Skip to content

Initial commit#1

Merged
qcoumes merged 1 commit into
mainfrom
feat/initial
Sep 22, 2025
Merged

Initial commit#1
qcoumes merged 1 commit into
mainfrom
feat/initial

Conversation

@qcoumes

@qcoumes qcoumes commented Sep 15, 2025

Copy link
Copy Markdown
Member

No description provided.

@qcoumes qcoumes self-assigned this Sep 15, 2025
@qcoumes qcoumes force-pushed the feat/initial branch 3 times, most recently from fd346bd to 409e916 Compare September 15, 2025 09:49
Comment thread simple_oauth2/utils.py
key = jwks_client.get_signing_key_from_jwt(token).key
except jwt.PyJWKClientConnectionError: # pragma: no cover
raise ValidationError({"__all__": "Failed to fetch JKWS from the provider."})
return jwt.decode(token, key, algorithms=provider.SIGNING_ALGORITHMS, audience=provider.CLIENT_ID)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Il faudra pas ajouter des try si on a une invalid token ou expired signature ?

@codecov

codecov Bot commented Sep 22, 2025

Copy link
Copy Markdown

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@qcoumes qcoumes merged commit e1b8729 into main Sep 22, 2025
21 checks passed
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.

2 participants