Install Django Keycloak.
Project description
Django app to add Keycloak support to your project.
An showcase/demo project is added in the example folder.
Development
Install development environment:
$ make install-python
Writing docs
Documentation is written using Sphinx and maintained in the docs folder.
To make it easy to write docs Docker support is available.
First build the Docker container:
$ docker build . -f DockerfileDocs -t django-keycloak-docs
Run the container
$ docker run -v `pwd`:/src --rm -t -i -p 8050:8050 django-keycloak-docs
Go in the browser to http://localhost:8050 and view the documentation which get refreshed and updated on every update in the documentation source.
Create release
$ git checkout master
$ git pull
$ bumpversion release
$ make deploy-pypi
$ bumpversion --no-tag patch
$ git push origin master --tags
Release Notes
unreleased
v0.1.2-dev
v0.1.1
Added support for remote user. Handling identities without registering a User model. (thanks to bossan)
Addes support for permissions using resources and scopes. (thanks to bossan)
Added example project.
Updated documentation.
v0.1.0
Correctly extract email field name on UserModel (thanks to swist)
Add support for Oauth2 Token Exchange to exchange tokens with remote clients. Handy when using multiple applications with different clients which have to communicate with each other.
Support for session iframe
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file django4_keycloak-1.1.0.dev0-py3-none-any.whl
.
File metadata
- Download URL: django4_keycloak-1.1.0.dev0-py3-none-any.whl
- Upload date:
- Size: 42.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a302d750b789c3799f9cb1a3c99e3d39e5c7deaad681e66dde7acdade88a8de |
|
MD5 | ca7e565fc1e26016b95d63b0207bbaec |
|
BLAKE2b-256 | fb38c70bbfeeae80cf29bb3e0ca2478fe13879a88833fd90caec3bb061702ecb |