Toggle navigation
Django OAuth Toolkit
Home
OAuth2 Consumer
Create authorization link
Stupid API client (deprecated)
OAuth2 Provider
API client
Register an Application
Sign in
Test your OAuth2 provider, I'll be your consumer
(At this point, you should have created an Application instance on your side, up and running.)
Build an authorization link for your provider
Client id
Your Application's client_id field.
Authorization url
The url to the authorization page, it's ok if it points to localhost (e.g. http://localhost:8000/o/authorize).
Submit