hmpf / easydmp

MIT License
7 stars 2 forks source link

Use drf-jwt instead of djangorestframework-jwt #219

Closed hmpf closed 3 years ago

hmpf commented 3 years ago

djangorestframework-jwt has been archived at version 1.11, and drf-jwt is a maintained fork. The latter however is not a drop-in replacement: It would be necessary to update AuthorizeJSONWebTokenView and AuthorizeJSONWebTokenSerializer.

Since jwt isn't really used, another possibility is to get rid of jwt-support altogether.

hmpf commented 3 years ago

JWT-support dropped in version 1.8.0.