You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+47-1Lines changed: 47 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,56 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## [unreleased]
9
9
10
10
11
-
## [0.14.1] - 2023-11-1
11
+
## [0.16.5] - 2023-11-1
12
12
13
13
- Adds `debug` flag to the `TypeInput`. If set to `true`, debug logs will be printed.
14
14
15
+
## [0.16.4] - 2023-10-20
16
+
17
+
- Fixes an issue where sometimes the `Access-Control-Expose-Headers` header value would contain duplicates
18
+
19
+
## [0.16.3] - 2023-10-19
20
+
21
+
- Fixes an issue where trying to view details of a third party user would show an error for the user not being found when using the thirdpartypasswordless recipe
22
+
23
+
## [0.16.2] - 2023-10-17
24
+
25
+
- Fixes an issue where tenant ids returned for a user from the user get API of the dashboard recipe would always be nil for thirdpartyemailpassword and thirdpartypasswordless recipes
26
+
27
+
## [0.16.1] - 2023-10-03
28
+
29
+
### Changes
30
+
31
+
- Added `ValidateAccessToken` to the configuration for social login providers, this function allows you to verify the access token returned by the social provider. If you are using Github as a provider, there is a default implementation provided for this function.
32
+
33
+
### Fixes
34
+
35
+
- Fixes `timeJoined` casing in emailpassword and passwordless user objects.
36
+
37
+
## [0.16.0] - 2023-09-27
38
+
39
+
### Fixes
40
+
41
+
- Solves issue with clock skew during third party sign-in/up - https://github.com/supertokens/supertokens-golang/issues/362
42
+
- Bumped `github.com/golang-jtw/jwt` version from v4 to v5.
43
+
- Bumped `github.com/MicahParks/keyfunc` version from v1 to v2.
44
+
45
+
### Breaking Changes
46
+
47
+
- Minimum golang version supported is 1.18
48
+
49
+
## [0.15.0] - 2023-09-26
50
+
51
+
- Adds Twitter/X as a default provider to the third party recipe
52
+
- Added a `Cache-Control` header to `/jwt/jwks.json` (`GetJWKSGET`)
53
+
- Added `ValidityInSeconds` to the return value of the overrideable `GetJWKS` function.
54
+
- This can be used to control the `Cache-Control` header mentioned above.
55
+
- It defaults to `60` or the value set in the cache-control header returned by the core
56
+
- This is optional (so you are not required to update your overrides). Returning undefined means that the header is not set.
57
+
- Handle AWS Public URLs (ending with `.amazonaws.com`) separately while extracting TLDs for SameSite attribute.
58
+
- Return `500` status instead of panic when `supertokens.Middleware` is used without initializing the SDK.
59
+
- Updates fiber adaptor package in the fiber example.
0 commit comments