Django OAuth Toolkit
3.0.1
Installation
Getting started
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
Part 5 - Using Celery to Automate Maintenance Chores
Django Rest Framework
Using the views
Templates
Views code and details
Models
Advanced topics
OpenID Connect
Signals
Settings
Separate Resource Server
Management commands
Glossary
Contributing
Changelog
Django OAuth Toolkit
Tutorials
Edit on GitHub
Tutorials
Part 1 - Make a Provider in a Minute
Scenario
Start Your App
Create an OAuth2 Client Application
Test Your Authorization Server
Part 2 - protect your APIs
Scenario
Make your API
Testing your API
Part 3 - OAuth2 token authentication
Scenario
Setup a provider
Protect your view
Working with Rest_framework generic class based views
Part 4 - Revoking an OAuth2 Token
Scenario
Revoking a Token
Setup a Request
Part 5 - Using Celery to Automate Maintenance Chores
Scenario
Set up RabbitMQ
Add Celery
Run Celery Beat and the Worker
Configure the
clear_tokens
task
References