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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,17 @@
2
2
This is the changelog for [Authress SDK](readme.md).
3
3
4
4
## 3.1 ##
5
+
* Require minimum Node version to be 20.
6
+
* Add Support for KMS Service Client BYOK usage.
7
+
8
+
## 3.0 ##
5
9
* Require minimum Node version to be 18.
6
10
*[Breaking] UserId is now required in all `userPermissions` apis. This improves **Security By Default** requiring explicit check on who the user is.
7
11
*[Breaking] Removal of property `accessToAllSubResources`.
8
12
*[Breaking]`ServiceClientTokenProvider` is now a first-class Javascript Class, it cannot be used as a function.
9
13
*[Breaking]`setToken` has been removed from the interface. To set a user token, pass in a function into the AuthressClient constructor.
10
14
*[Fix] Remove passing the token in the request for token verification, it is completely unnecessary, and does not work for service clients in any scenario.
11
15
* Add UserTokenConfiguration and setUserTokenConfiguration
0 commit comments