GithubHelp home page GithubHelp logo

isaac12x / django-oauth-toolkit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jazzband/django-oauth-toolkit

0.0 1.0 0.0 1.23 MB

OAuth2 goodies for the Djangonauts!

Home Page: https://django-oauth-toolkit.readthedocs.io/en/latest/

License: Other

Python 97.30% HTML 2.70%

django-oauth-toolkit's Introduction

Django OAuth Toolkit

Jazzband

OAuth2 goodies for the Djangonauts!

image

Build Status

Coverage Status

If you are facing one or more of the following:
  • Your Django app exposes a web API you want to protect with OAuth2 authentication,
  • You need to implement an OAuth2 authorization server to provide tokens management for your infrastructure,

Django OAuth Toolkit can help you providing out of the box all the endpoints, data and logic needed to add OAuth2 capabilities to your Django projects. Django OAuth Toolkit makes extensive use of the excellent OAuthLib, so that everything is rfc-compliant.

Contributing

We love contributions, so please feel free to fix bugs, improve things, provide documentation. Just follow the guidelines and submit a PR.

Reporting security issues

Please report any security issues to the JazzBand security team at <[email protected]>. Do not file an issue on the tracker.

Requirements

  • Python 3.4+
  • Django 2.0+

Installation

Install with pip:

pip install django-oauth-toolkit

Add oauth2_provider to your INSTALLED_APPS

INSTALLED_APPS = (
    ...
    'oauth2_provider',
)

If you need an OAuth2 provider you'll want to add the following to your urls.py. Notice that oauth2_provider namespace is mandatory.

urlpatterns = [
    ...
    url(r'^o/', include('oauth2_provider.urls', namespace='oauth2_provider')),
]

Changelog

See CHANGELOG.md.

Documentation

The full documentation is on Read the Docs.

License

django-oauth-toolkit is released under the terms of the BSD license. Full details in LICENSE file.

django-oauth-toolkit's People

Contributors

agriffis avatar boekkooi avatar dulacp avatar girbons avatar hirokiky avatar ivananishchuk avatar jfilipe avatar jimgraham avatar jleclanche avatar lucacorti avatar masci avatar mattblack85 avatar n2ygk avatar nbajanca avatar outsbart avatar palazzem avatar philratcliffe avatar poswald avatar psykopear avatar rodneyrichardson avatar sassanh avatar silvanocerza avatar stephane avatar symptog avatar synasius avatar teuneboon avatar trbs avatar wiliamsouza avatar zopieux avatar zuzelvp avatar

Watchers

 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.