django-allauth 0.40.0 released
Posted by Raymond Penners on 2019-08-29
Note worthy changes
- The instagram provider now extracts the user's full name.
- New provider: NextCloud (OAuth2)
- Added an SDK_URL setting for customizing the loading of the Facebook JavaScript SDK.
- Updated Twitch provider to use new authentication endpoints (https://id.twitch.tv) over deprecated v5 endpoints (https://api.twitch.tv/kraken)
- Added support for Patreon API v2, with API v1 set as default for backwards compatibility.
Backwards incompatible changes
- Twitch: The new API's profile data is different in both structure and content than the old V5 endpoint. Any project that relies on data from SocialAccount.extra_data should refer to the new API user endpoint documentation: https://dev.twitch.tv/docs/api/reference/#get-users
Next: django-allauth 0.41.0 released Previous: django-allauth 0.39.1 released