drfb / wca-django-allauth

World Cube Association OAuth2 provider for django-allauth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wca-django-allauth

World Cube Association OAuth2 provider for django-allauth.

Installation

Install the package

$ pip install wca-django-allauth

settings.py

INSTALLED_APPS = [
    # ... django and allauth apps

    'wca_allauth',
]

Callback URL

http://example.com/accounts/worldcubeassociation/login/callback/

Login URL

http://example.com/accounts/worldcubeassociation/login

About

World Cube Association OAuth2 provider for django-allauth

License:MIT License


Languages

Language:Python 100.0%