Skip to main content

Install Django Keycloak.

Project description

Build Status Documentation Status codecov Maintainability

Django app to add Keycloak support to your project.

Read documentation

http://www.keycloak.org/

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.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)

  • 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-keycloak-0.1.1.tar.gz (24.2 kB view details)

Uploaded Source

Built Distributions

django_keycloak-0.1.1-py3-none-any.whl (41.9 kB view details)

Uploaded Python 3

django_keycloak-0.1.1-py2-none-any.whl (43.0 kB view details)

Uploaded Python 2

File details

Details for the file django-keycloak-0.1.1.tar.gz.

File metadata

  • Download URL: django-keycloak-0.1.1.tar.gz
  • Upload date:
  • Size: 24.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

File hashes

Hashes for django-keycloak-0.1.1.tar.gz
Algorithm Hash digest
SHA256 6284fe7e2d70f1ee2d196e272bb4262be581150f8894d5e8eb8152a747dffda3
MD5 eeb7a70398ebb37cb705d51ec79fab83
BLAKE2b-256 609edda7186abf99f423b2ebe0c32f07e731651c3bef4f5e3230877d13ff6190

See more details on using hashes here.

File details

Details for the file django_keycloak-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: django_keycloak-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 41.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

File hashes

Hashes for django_keycloak-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e2e17bab4fc36a1a6a6d279c748d1d45dc7e12eaa9d881d2b4041e123dd00e58
MD5 16a272b22f60bb5675f66b5a5f291693
BLAKE2b-256 5a186027bbe09f38e388393c733f0b803c5fa1ab594c22c88c4fbd074e6fbf1c

See more details on using hashes here.

File details

Details for the file django_keycloak-0.1.1-py2-none-any.whl.

File metadata

  • Download URL: django_keycloak-0.1.1-py2-none-any.whl
  • Upload date:
  • Size: 43.0 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/2.7.15

File hashes

Hashes for django_keycloak-0.1.1-py2-none-any.whl
Algorithm Hash digest
SHA256 5bacdde134578c6d514c9f80a8fc02d655abeb98869f3073888fcc536c5bdc6e
MD5 e6c91ac762f0a7aac35dfc5cf2dc38df
BLAKE2b-256 7c85808c664b8762da8338f7c7c1b60d1fc527cc68e335a2fc6b0b9a74a20b10

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page