Skip to content

Conversation

@qcoumes
Copy link
Member

@qcoumes qcoumes commented Sep 15, 2025

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
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)

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
Copy link

codecov bot commented Sep 22, 2025

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.

3 participants