mcueto / djangorestframework-auth0

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

Management api support #51

Closed mcueto closed 4 years ago

mcueto commented 4 years ago

This package must use Auth0 management API in order to validate at least roles and permissions

https://github.com/auth0/auth0-python will be used

working on features/auth0-management-api branch

mcueto commented 4 years ago

The management api now is supported, speed issues left tho.

They will be treated on #52