Python allauth provider for Bifrost
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