mcueto / djangorestframework-auth0

Library to simply use Auth0 token authentication in DRF within djangorestframework-jwt
MIT License
91 stars 19 forks source link

Auth0 token validation as Django Middleware #35

Closed bholagabbar closed 6 years ago

bholagabbar commented 6 years ago

Thanks for the library and support, but it's is heavily outdated and non-functional. I have taken help from the official auth-0 docs at https://auth0.com/docs/quickstart/backend/python and added support for Auth0 token validation as Django Middleware. You can see the post at https://community.auth0.com/questions/8640/auth0-token-validation-as-django-middleware

mcueto commented 6 years ago

I will evaluate if implements it in the package.

Thank you