jpadilla / django-rest-framework-jwt

JSON Web Token Authentication support for Django REST Framework
http://jpadilla.github.io/django-rest-framework-jwt/
MIT License
3.19k stars 652 forks source link

Support for JWKS-endpoint? #358

Open theikkila opened 7 years ago

theikkila commented 7 years ago

Many are using this library as JWT authentication provider with public key.

To be usable this library should support JWKS-endpoint to provide the public key for other applications it's providing the JWT-tokens also. https://tools.ietf.org/html/rfc7517 https://auth0.com/docs/jwks To be fully compliant the library should also support kid in the header of the JWT-token