Django OAuth Toolkit
1.3.2
  • Installation
  • Tutorials
  • Django Rest Framework
  • Using the views
  • Templates
  • Views code and details
  • Models
  • Advanced topics
  • Signals
  • Settings
  • Separate Resource Server
  • Management commands
  • Glossary
  • Contributing
  • Changelog
Django OAuth Toolkit
  • Docs »
  • Welcome to Django OAuth Toolkit Documentation
  • Edit on GitHub

Welcome to Django OAuth Toolkit Documentation¶

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.

See our Changelog for information on updates.

Support¶

If you need support please send a message to the Django OAuth Toolkit Google Group

Requirements¶

  • Python 3.5+
  • Django 2.1+
  • oauthlib 3.0+

Index¶

  • Installation
    • Sync your database
  • Tutorials
    • Part 1 - Make a Provider in a Minute
    • Part 2 - protect your APIs
    • Part 3 - OAuth2 token authentication
    • Part 4 - Revoking an OAuth2 Token
  • Django Rest Framework
    • Getting started
    • Permissions
  • Using the views
    • Function-based views
    • Class-based Views
    • Application Views
    • Granted Tokens Views
    • Mixins for Class Based Views
  • Templates
    • base.html
    • authorize.html
    • Management
  • Views code and details
    • Generic
    • Mixins
    • Base
  • Models
  • Advanced topics
    • Extending the Application model
    • Skip authorization form
  • Signals
  • Settings
    • List of available settings
  • Separate Resource Server
    • Setup the Authentication Server
    • Setup the Resource Server
  • Management commands
    • cleartokens
  • Glossary
  • Contributing
  • Changelog

Indices and tables¶

  • Index
  • Module Index
Next

© Copyright 2013, Evonove Revision 34b1a8ae.

Built with Sphinx using a theme provided by Read the Docs.