Skip to content

Commit fa22498

Browse files
committed
chores: Update changelog to mention header based auth changes
1 parent 1f161ef commit fa22498

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## unreleased
9+
10+
### Breaking changes
11+
12+
- The frontend SDK should be updated to a version supporting the header-based sessions!
13+
- supertokens-auth-react: >= 0.30.0
14+
- supertokens-web-js: >= 0.3.0
15+
- supertokens-website: >= 13.0.0
16+
- supertokens-react-native: >= 4.0.0
17+
- !!!TODO: re-check before release and add mobile SDKs
18+
19+
### Added
20+
21+
- Added support for authorizing requests using the `Authorization` header instead of cookies
22+
- Added `get_token_transfer_method` config option
23+
- Check out https://supertokens.com/docs/thirdpartyemailpassword/common-customizations/sessions/token-transfer-method for more information
24+
25+
926
# [0.11.13] - 2023-01-06
1027

1128
- Add missing `original` attribute to flask response and remove logic for cases where `response` is `None`

0 commit comments

Comments
 (0)