Skip to content

Commit 62428c4

Browse files
authored
Merge branch '0.24' into fix/emailverification-claim
2 parents d32494c + 33c4189 commit 62428c4

File tree

288 files changed

+62
-107819
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

288 files changed

+62
-107819
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
### Changes
2020

2121
- `refresh_post` and `refresh_session` now clears all user tokens upon CSRF failures and if no tokens are found. See the latest comment on https://github.com/supertokens/supertokens-node/issues/141 for more details.
22+
- Adds `jwks_refresh_interval_sec` config to `session.init` to set the default JWKS cache duration. The default is 4 hours.
2223

2324
## [0.23.0] - 2024-06-24
2425

addDevTag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ if [ $# -eq 0 ]
7676
then
7777
make build-docs
7878
git add --all
79-
git commit --allow-empty -m"adding dev-v$version tag to this commit to ensure building"
79+
git commit --allow-empty -nm"adding dev-v$version tag to this commit to ensure building"
8080
git push
8181
commit_hash=`git log --pretty=format:'%H' -n 1`
8282
fi

html/supertokens_python/async_to_sync_wrapper.html

Lines changed: 0 additions & 166 deletions
This file was deleted.

0 commit comments

Comments
 (0)