Skip to content

Releases: supertokens/supertokens-core

v6.0.9

16 Aug 06:58

Choose a tag to compare

What's Changed

  • fix: add exp and iat to JWT payloads without scientific notation by @porcellus in #765

Full Changelog: v6.0.8...v6.0.9

v6.0.8

01 Aug 16:27

Choose a tag to compare

What's Changed

  • fix: cud validation fix to allow domains starting with numbers

v6.0.7

01 Aug 08:00

Choose a tag to compare

  • Fixes session removing for user with useridmapping when disassociating from tenant.
  • Fixes issue with access token migration from version v1 and v2

v6.0.6

24 Jul 11:29

Choose a tag to compare

What's Changed

Full Changelog: v6.0.5...v6.0.6

v6.0.5

20 Jul 12:40

Choose a tag to compare

Full Changelog: v6.0.4...v6.0.5

v6.0.4

18 Jul 09:14

Choose a tag to compare

What's Changed

Full Changelog: v6.0.3...v6.0.4

v6.0.3

12 Jul 09:25

Choose a tag to compare

What's Changed

Full Changelog: v6.0.2...v6.0.3

v6.0.1

02 Jul 05:28

Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.0.1

v6.0.0

19 Jun 17:39

Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v6.0.0

v5.0.0

09 May 12:39

Choose a tag to compare

What's Changed

  • feat: access token to jwt by @porcellus in #624
  • test: disable jwt signing key generation if testing to test legacy key migration in mongo by @porcellus in #627
  • fix: fix jwt signing key generation in tests by @porcellus in #628
  • test: add a larger time margin to make test pass on CI by @porcellus in #631
  • fix: throw if a protected prop is passed to JWTDataAPI by @porcellus in #630
  • test: move test and fix version number by @porcellus in #632
  • fix: exp and iat should not use exponential format in the access token by @porcellus in #642
  • fix: Updates free dashboard user count by @jscyo in #643
  • test: Improve TOTP tests by @KShivendu in #657

Full Changelog: v4.6.0...v5.0.0