Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 341 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 341 Bytes

allauth-bifrost-provider

Python allauth provider for Bifrost

⚡️ Quick start

pip install git+https://github.com/etsvThor/allauth-bifrost-provider.git@v0.1

Enable in INSTALLED_APPS in django config

INSTALLED_APPS = (
    ...
    'bifrostprovider',
)

Setup client id and key using Django admin interface