urbanplatform / django-keycloak-auth

Middleware to allow authorization using Keycloak and Django for django-rest-framework (DRF). This package should only be used in projects starting from scratch, since it overrides the users' management.
MIT License
32 stars 14 forks source link

Fix library dependencies #20

Closed moritz89 closed 2 years ago

moritz89 commented 2 years ago

While working on the library when installing its dependencies, the packaging tool noticed, that the names of the PyPi packages were not correctly specified in setup.cfg. Rename rest_framework to djangorestframework and jwt to PyJWT.

It appeared as a bug, as jwtis actually a different library and caused the application to fail as it was installed instead of PyJWT.