Configuration¶
All the apps share the settings names, some settings for Django framework are
special (like AUTHENTICATION_BACKENDS).
Below there’s a main settings document detailing each configuration and its purpose, plus sections detailed for each framework and their particularities.
Support for more frameworks will be added in the future, pull-requests are very welcome.
Contents:
- Configuration
- Application setup
- Settings name
- Keys and secrets
- Authentication backends
- URLs options
- User model
- Tweaking some fields length
- Username generation
- Extra arguments on auth processes
- OAuth2 provider URLs override
- Configurable User ID Key
- Processing requests and redirects
- Whitelists
- Miscellaneous settings
- Account disconnection
- Django Framework
- Flask Framework
- Pyramid Framework
- CherryPy Framework
- Webpy Framework
- Porting from django-social-auth