Skip to content

tjcsl/ion_oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ion-oauth

Ion Oauth2 backend for python-social-auth.

Setup

Install with pip:

pip install ion_oauth

Add

AUTHENTICATION_BACKENDS = [
    ...
    'ion_oauth.oauth.IonOauth2',
]

to your settings.py for a django project.

Define SOCIAL_AUTH_ION_KEY and SOCIAL_AUTH_ION_SECRET in your settings.py by following the instructions at https://tjcsl.github.io/ion/developing/oauth.html

About

python-social-auth plugin for ion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages