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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [unreleased]
9
9
10
+
### Breaking change:
11
+
- Changes session recipe interfaces to not return an `UNAUTHORISED` error when the input is a sessionHandle: https://github.com/supertokens/backend/issues/83
12
+
-`GetSessionInformation` now returns `nil` is the session does not exist
13
+
-`UpdateSessionData` now returns `nil` if the input `sessionHandle` does not exist.
14
+
-`UpdateAccessTokenPayload` now returns `false` if the input `sessionHandle` does not exist.
15
+
-`RegenerateAccessToken` now returns `nil` if the input access token's `sessionHandle` does not exist.
16
+
- The session container functions have not changed in behaviour and return errors if `sessionHandle` does not exist. This works on the current session.
17
+
10
18
### Fixes
11
19
- Clears cookies when RevokeSession is called using the session container, even if the session did not exist from before: https://github.com/supertokens/supertokens-node/issues/343
0 commit comments