Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 832 Bytes

index.rst

File metadata and controls

33 lines (22 loc) · 832 Bytes

Django OAuth 1.0 Server

This is just an alpha implementation of Django OAuth 1.0 provider. An OAuth 1 provider contains two servers:

  • Authorization Server: to issue access tokens
  • Resources Server: to serve your users' resources

At the very beginning, we need to have some basic understanding of the OAuth 1.0 <intro_oauth1>.

Important

If you are developing on your localhost, remember to set the environment variable:

export AUTHLIB_INSECURE_TRANSPORT=true

Looking for Django OAuth 1.0 client? Check out django_client.

authorization-server resource-server api