issues
search
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
Make KeycloakTestMixin explicit
#16
Closed
moritz89
closed
2 years ago
moritz89
commented
2 years ago
Why:
Avoid strange errors due to import order
This change addresses the need by:
Adding keycloak_init/cleanup methods
Deprecating 'magic' setUp and tearDown methods
Closes #15
Why:
This change addresses the need by:
Closes #15