14
0

- Update to 3.4.0:

- Added
    - Zoom backend
  - Changed
    - Directly use access_token in Azure Tenant backend
    - Support Apple JWT audience
    - Update partial session cleanup to remove old token from session
      too
    - Fetch user email in Okta integration
    - Improve Python 3.9 compatibility
    - Send proxies in request
    - Improve error handling in Apple backend

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-social-auth-core?expand=0&rev=25
This commit is contained in:
2020-12-22 23:05:43 +00:00
committed by Git OBS Bridge
parent e28cb6e03a
commit 6119e90e73
5 changed files with 28 additions and 67 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Dec 22 23:02:37 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Update to 3.4.0:
- Added
- Zoom backend
- Changed
- Directly use access_token in Azure Tenant backend
- Support Apple JWT audience
- Update partial session cleanup to remove old token from session
too
- Fetch user email in Okta integration
- Improve Python 3.9 compatibility
- Send proxies in request
- Improve error handling in Apple backend
-------------------------------------------------------------------
Mon Aug 17 09:06:18 UTC 2020 - Matej Cepl <mcepl@suse.com>