Coder Social home page Coder Social logo

pr0d33p / django-keycloak Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dabocs/django-keycloak

0.0 0.0 0.0 534 KB

Django app to add Keycloak support to your project.

License: MIT License

Shell 1.02% Python 94.37% Makefile 0.30% HTML 3.83% Dockerfile 0.48%

django-keycloak's Introduction

=============== Django Keycloak

.. image:: https://www.travis-ci.org/Peter-Slump/django-keycloak.svg?branch=master :target: https://www.travis-ci.org/Peter-Slump/django-keycloak :alt: Build Status .. image:: https://readthedocs.org/projects/django-keycloak/badge/?version=latest :target: http://django-keycloak.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. image:: https://codecov.io/gh/Peter-Slump/django-keycloak/branch/master/graph/badge.svg :target: https://codecov.io/gh/Peter-Slump/django-keycloak :alt: codecov .. image:: https://api.codeclimate.com/v1/badges/eb19f47dc03dec40cea7/maintainability :target: https://codeclimate.com/github/Peter-Slump/django-keycloak/maintainability :alt: Maintainability

Django app to add Keycloak support to your project.

Read documentation <http://django-keycloak.readthedocs.io/en/latest/>_

http://www.keycloak.org/

An showcase/demo project is added in the example folder <example/README.md>_.

Development

Install development environment:

.. code:: bash

$ 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:

.. code:: bash

$ docker build . -f DockerfileDocs -t django-keycloak-docs

Run the container

.. code:: bash

$ 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

.. code:: bash

$ git checkout master
$ git pull
$ bumpversion release
$ make deploy-pypi
$ bumpversion --no-tag patch
$ git push origin master --tags

Release Notes

unreleased

v0.2.5

  • Add registeration redirect view

v0.2.4

  • Fixed refresh token expiration date exists

v0.2.3

v0.2.2

  • Fixed issue by adding migration file to repo

v0.2.1

  • Added a feature to use redirect url after successful login using settings.LOGIN_REDIRECT_URL

v0.2.0

v0.1.2-dev

v0.1.1

  • Added support for remote user. Handling identities without registering a User model. (thanks to bossan <https://github.com/bossan>_)
  • Addes support for permissions using resources and scopes. (thanks to bossan <https://github.com/bossan>_)
  • Added example project.
  • Updated documentation.

v0.1.0

  • Correctly extract email field name on UserModel (thanks to swist <https://github.com/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

django-keycloak's People

Contributors

dabocs avatar bossan avatar pykhaled avatar pr0d33p avatar swist avatar mazen-mohamed-tamhub avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.