Metadata-Version: 2.1
Name: django_keycloak_lma_cut
Version: 0.1.0
Summary: Cut down version of the package django_keycloak_lma
Author: Vyacheslav Konovalov
Description-Content-Type: text/markdown
Requires-Dist: djangorestframework
Requires-Dist: python-keycloak-client-pkg


INFO:


settings.KEYCLOAK_OIDC_PROFILE_MODEL = OpenIdConnectProfile

Available features:
- bearer token auth with introspect and user creation (KeycloakTokenAuthentication)
- permission check (auth/permissions)


Examples of using features: tests/lma
