14
0

Accepting request 653228 from home:buschmann23:weblate

Update to version 2.0.0

OBS-URL: https://build.opensuse.org/request/show/653228
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-social-auth-core?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2018-12-06 09:28:55 +00:00
committed by Git OBS Bridge
parent f752fe7d9e
commit fb3791d206
4 changed files with 39 additions and 5 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Fri Nov 30 09:58:21 UTC 2018 - Matthias Fehring <buschmann23@opensuse.org>
- Update to version 2.0.0
+ Added Telegram authentication backend
+ Added Keycloak backend with premilinary OAuth2 support
+ Added Globus OpenId Connect backend
+ Added Discord OAuth2 backend
+ Added SciStarter OAuth2 backend
+ Added Flat OAuth2 backend
+ Added ELIXIR OpenId Connect backend
+ Added Atlassian OAuth2 backend
+ GitHub backend now uses state parameter instead of redirect_state
+ Correct setting name on AzureAD Tenant backend
+ Introduce access token expired threshold of 5 seconds by default
+ Delete partial token from session if still present
+ Use userPrincipalName to set username and email accordingly
+ Send authorization headers to Kakao OAuth2, properly fill user details
+ LINE API update to v2.1
+ Use unitest2 with Python 3
+ Update Slack backend to use computed usename on teams setups
+ Enforce unicode_literals on Slack backend
+ Update ORCID backend to support Member API
+ Updated Pixelpin backend to use the new OpenId Connect service
+ Update sanitize_redirect to invalidate redirects like ///evil.com
+ Update Coinbase API endpoint
+ Dropped Python 3.3 support
+ Updated Weixin backend to use urlencode from six
+ Updated Google+ backend to properly process requests with id_token
+ Updated OpenId connect dependencies
- Require python3 3.4.0 or newer to build and run
-------------------------------------------------------------------
Wed Aug 1 13:37:44 UTC 2018 - tchvatal@suse.com