Commit 6c69c60 1 parent e0cb888 commit 6c69c60 Copy full SHA for 6c69c60
File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,21 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## [ 4.4.2] ( https://github.com/python-social-auth/social-core/releases/tag/4.4.2 ) - 2023-43-22
8
+ ## [ 4.5.0] ( https://github.com/python-social-auth/social-core/releases/tag/4.5.0 ) - 2023-10-31
9
+
10
+ ### Changed
11
+ - Add backend for LinkedIn OpenID Connect
12
+ - Add backend for EGI Check-in
13
+ - Support Python 3.12 (and 3.11)
14
+ - Add backend for the WLCG IAM testing site
15
+ - Add ping identity OIDC backend
16
+ - Add uffd oauth2 backend
17
+ - Add Clever backend
18
+ - Add Twitter OAuth2 backend
19
+ - Add backend for e-infra.cz
20
+ - Replace jose with pyjwt
21
+
22
+ ## [ 4.4.2] ( https://github.com/python-social-auth/social-core/releases/tag/4.4.2 ) - 2023-04-22
9
23
10
24
### Changed
11
25
- Fixed Azure AD Tenant authentication with custom signing keys
Original file line number Diff line number Diff line change 1
- __version__ = "4.4.2 "
1
+ __version__ = "4.5.0 "
You can’t perform that action at this time.
0 commit comments