All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added note on using extra auth arguments in Coinbase backend.
- Added note on using tenants in Azure AD backend.
- Added note about Microsoft Graph support with AzureAD backend.
- Added Slack team limit setting
- Added Bungie OAuth2 backend documentation
- Added documentation about enabling PostgreSQL JSONB field type
- Added Eventbrite OAuth2 backend documentation
- Added note about
SOCIAL_AUTH_CLEAN_USERNAME_FUNCTION
option - Added note about
SOCIAL_AUTH_SHOPIFY_API_VERSION
setting
- Update partial-pipeline docs with the new storage solution details.
- Update django context-processors format
0.1.0 - 2016-12-31
- Added GitLab OAuth2 backend documentation
- Added note about OAuth1 expected access_token format. Refs #647
- Added reference to
SOCIAL_AUTH_USER_AGENT
setting. - Added reference to Python3 SAML support
- Added details about Django
messages
app usage in the exception middleware. Refs #873 - Document SOCIAL_AUTH_FACEBOOK_API_VERSION setting
- Added documentation about Django Admin
SOCIAL_AUTH_ADMIN_SEARCH_FIELDS
setting - Added docs about Lyft backend (port from #1036 by iampark)
- Added docs about per-backend pipeline (port from #1019 by keattang)
- Added docs about Mailchimp backend (port from #1037 by svvitale)
- Added docs about Shimmering backend (port from #1054 by iamkhush)
- Added example of link usage for Django (port from #1060 by vladimirnani)
- Added Quizlet backend (port from #1012 by s-alexey)
- Updated the documentation about installing the library
- Updated reference to username cleanup regular expressions. Refs #732
- Updated backend example using
json.load(urlopen())
instead ofself.get_json()
helper. Refs #767 - Removed entry about removed backend (port of #1046 by browniebroke)
- Updated Flask documentation regarding the db session paramter (port fro #1050 by duffn)
- Updated Dropbox backend (port from #1018 by illing2005)
- Split from the monolitic python-social-auth codebase