jpadilla / pyjwt

JSON Web Token implementation in Python
https://pyjwt.readthedocs.io
MIT License
5.14k stars 687 forks source link

documentation for PyJWKClient and RSAAlgorithm #792

Closed odigity closed 2 years ago

odigity commented 2 years ago

I'm trying to validate JWTs from Apple using their JWK (https://appleid.apple.com/auth/keys) and it took me hours to figure out what to do with them. Had to piece together information from different Issues and PRs + the last item on the Usage Examples page:

https://pyjwt.readthedocs.io/en/stable/usage.html#retrieve-rsa-signing-keys-from-a-jwks-endpoint

Would be nice if the PyJWKClient and RSAAlgorithm classes were covered in the API Reference.

https://pyjwt.readthedocs.io/en/stable/api.html

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days