File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 4.7.0] ( https://github.com/python-social-auth/social-core/releases/tag/4.7.0 ) - 2025-06-27
9+
10+ ### Changed
11+
12+ - Fixed getting user info in LinkedIn authentication.
13+ - Fixed okta OIDC authentication URLs.
14+ - Dropped AOL OpenID backend.
15+ - Improved error handling in ORCID.
16+ - Fixed Soundcloud OAuth2 authorization.
17+
18+ ### Added
19+
20+ - More OIDC configuration options.
21+ - Session restore with stricter SameSite cookie policy.
22+ - JWT leeway configuration for some backends.
23+
824## [ 4.6.1] ( https://github.com/python-social-auth/social-core/releases/tag/4.6.1 ) - 2025-04-28
925
1026### Changed
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ license-files = ["LICENSE"]
5454name = " social-auth-core"
5555readme = " README.md"
5656requires-python = " >=3.9"
57- version = " 4.6.1 "
57+ version = " 4.7.0 "
5858
5959[project .optional-dependencies ]
6060all = [
You can’t perform that action at this time.
0 commit comments