forked from pool/python-social-auth-core
105 lines
4.1 KiB
Plaintext
105 lines
4.1 KiB
Plaintext
![]() |
-------------------------------------------------------------------
|
||
|
Wed Jul 25 17:55:04 UTC 2018 - sean.marlow@suse.com
|
||
|
|
||
|
- Move license in spec.
|
||
|
- Drop devel module dependency.
|
||
|
- Remove conditionals from buildRequirements.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Tue Feb 20 15:54:34 UTC 2018 - buschmann23@opensuse.org
|
||
|
|
||
|
- update to version 1.7.0
|
||
|
+ Update EvenOnline token expiration key
|
||
|
+ Update OpenStreetMap URL to https
|
||
|
+ Fix LinkedIn backend to send the oauth_token as Authorization header
|
||
|
+ Fixed extra_data update to use the alias as key too
|
||
|
+ Make signed_request optional in Facebook App OAuth2 backend
|
||
|
+ Support string and lists on SAML permanent id value
|
||
|
+ Correct sending params sending on GET access-token retrieval case
|
||
|
+ Ensure b2c policy name check
|
||
|
+ Use extras_requrie to specify python specific version dependencies
|
||
|
+ Added support for AzureAD B2C OAuth2
|
||
|
+ Added LinkedIn Mobile OAuth2 backend
|
||
|
- spec file changes
|
||
|
+ do not include README.md in files list because it does not
|
||
|
contain any relevant information
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri Dec 29 11:54:34 UTC 2017 - buschmann23@opensuse.org
|
||
|
|
||
|
- update to version 1.6.0
|
||
|
+ Fix coinbase backend to use api v2
|
||
|
+ Default REDIRECT_STATE to False in FacebookOAuth2 backend
|
||
|
+ Add revoke token url for Coinbase OAuth2 backend
|
||
|
+ Fix LinkedIn backend to send oauth_token as request header
|
||
|
+ Make partial step decorator handle arguments
|
||
|
+ Added support for ChatWork OAuth2 backend
|
||
|
- spec file changes
|
||
|
+ put explicit py2 and py3 buildrequires into ifpython codeblocks
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Sat Dec 16 09:49:25 UTC 2017 - buschmann23@opensuse.org
|
||
|
|
||
|
- improve spec file summary and description
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Wed Nov 15 08:46:19 UTC 2017 - buschmann23@opensuse.org
|
||
|
|
||
|
- update to version 1.5.0
|
||
|
+ Fix using the entire SAML2 nameid string
|
||
|
+ Prevent timing attacks against state token
|
||
|
+ Updated GitLab API version to v4
|
||
|
+ Enforce UTC when calculating access token expiration time
|
||
|
+ Cleanup user attributes update from social details
|
||
|
+ Send authorization header on Reddit auth
|
||
|
+ Added support for tenant for Azure AD backend
|
||
|
+ Added JWT validation for Azure AD backend
|
||
|
+ Added support for Bungie.net OAuth2 backend
|
||
|
+ Added support for Eventbrite OAuth2 backend
|
||
|
+ Added support for OpenShift OAuth2 backend
|
||
|
+ Added support for Microsoft Graph OAuth2 backend
|
||
|
- spec file changes
|
||
|
+ use python_expand for nosetests
|
||
|
+ add CHANGELOG.md to docs
|
||
|
+ update project url
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Tue Oct 24 11:44:03 UTC 2017 - buschmann23@opensuse.org
|
||
|
|
||
|
- fix requirements for python-openid
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Tue Oct 24 11:30:43 UTC 2017 - buschmann23@opensuse.org
|
||
|
|
||
|
- convert into single spec
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Aug 10 08:35:15 UTC 2017 - buschmann23@opensuse.org
|
||
|
|
||
|
- update to version 1.4.0
|
||
|
+ Fix path in import BaseOAuth2 for Monzo
|
||
|
+ Fix auth header formatting problem for Fitbit OAuth2
|
||
|
+ Raise AuthForbidden when provider returns 401.
|
||
|
+ Update Facebook API to version 2.9
|
||
|
+ Speed up authorization process for VKAppOAuth2
|
||
|
+ Apply same sanitization as on connect to disconnect.
|
||
|
+ Disable redirect_state usage on Disqus backend
|
||
|
+ Added Udata OAuth2 backend
|
||
|
+ Added ORCID backend
|
||
|
+ Added feature to get all extra data from backend through
|
||
|
GET_ALL_EXTRA_DATA boolean flag.
|
||
|
+ Added Patreon provider
|
||
|
- update to version 1.3.0
|
||
|
+ Use extra_data method when refreshing an access_token, ensure that
|
||
|
auth-time is updated then
|
||
|
+ Added 500px OAuth1 backend
|
||
|
+ Added Monzo OAuth2 backend
|
||
|
+ Added get_access_token method that will refresh if expired
|
||
|
+ Updated email validation to pass the partial pipeline token if
|
||
|
given.
|
||
|
+ Prefer passed parameters in authenticate method
|
||
|
+ Properly discard already used verification codes
|
||
|
+ Save SAML attributes in extra_data
|
||
|
+ Note id_token in GooglePlusAuth's AuthMissingParameter
|
||
|
|