Welcome to Django OAuth Toolkit Documentation — Django OAuth Toolkit 3.0.1 documentation (original) (raw)
Django OAuth Toolkit can help you by 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 excellentOAuthLib, so that everything isrfc-compliant.
See our Changelog for information on updates.
Support
If you need help please submit a question.
Requirements
- Python 3.8+
- Django 4.2, 5.0 or 5.1
- oauthlib 3.2.2+