File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
9
9
## [ unreleased]
10
- - Adds rawUserInfoFromProvider to UserInfo data in LinkedIn and Github third-party recipes.
11
- - Moves ` email ` from ` from_id_token_payload ` to ` from_user_info_api ` in ` raw_user_info_from_provider `
12
- - Keeps the API consistent with Node.
10
+
11
+ ## [ 0.28.0]
12
+ - Adds ` raw_user_info_from_provider ` to ` UserInfo ` data in LinkedIn and Github third-party recipes.
13
+ - ** [ Breaking] Bitbucket third-party recipe**
14
+ - Moves ` email ` from ` from_id_token_payload ` to ` from_user_info_api ` in ` raw_user_info_from_provider ` .
15
+ - Keeps the API consistent with the Node SDK.
16
+ - Migration:
17
+ ```
18
+ - user_info.raw_user_info_from_provider.from_id_token_payload["email"]
19
+ + user_info.raw_user_info_from_provider.from_user_info_api["email"]
20
+ ```
13
21
14
22
## [0.27.0] - 2024-12-30
15
23
You can’t perform that action at this time.
0 commit comments