Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 963 Bytes

index.rst

File metadata and controls

37 lines (22 loc) · 963 Bytes

Welcome to django-oauth2-provider's documentation!

django-oauth2-provider is a Django application that provides customizable OAuth2 authentication for your Django projects.

The default implementation makes reasonable assumptions about the allowed grant types and provides clients with two easy accessible URL endpoints. (:attr:`provider.oauth2.urls`)

If you require custom database backends, URLs, wish to extend the OAuth2 protocol as defined in RFC 8 or anything else, you can override the default behaviours by subclassing the views in :attr:`provider.views` and add your specific use cases.

Getting started

.. toctree::
   :maxdepth: 2

   getting_started

API

.. toctree::
   :maxdepth: 4

   api

Changes

.. toctree::
    :maxdepth: 3

    changes


Made by Caffeinehit.