mcueto / djangorestframework-auth0

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

Remove djangorestfrawork-jwt requirement #48

Closed mcueto closed 4 years ago

mcueto commented 4 years ago

Because the djangorestfrawork-jwt package is no longer maintained, all the code based on that package will me refactored to use pyjwt instead.

mcueto commented 4 years ago

This job will be done on improvements/pyjwt-migration

mcueto commented 4 years ago

Merged to master future improvements will be tracked on another issue