Skip to content

Releases: j4w8n/supakit

v2.0.1

20 Jan 19:55
Compare
Choose a tag to compare

BREAKING

  • Requires SvelteKit v2

Full Changelog: v1.5.0...v2.0.1

v1.5.0

30 Oct 11:02
Compare
Choose a tag to compare

This is a BREAKING release!

You'll now need to pass the server session as the 3rd argument to createSupabaseLoadClient()

Full Changelog: v1.4.2...v1.5.0

v1.4.2

16 Oct 17:53
Compare
Choose a tag to compare
  • fix: maxAge for remember me in getCookieOptions (0875f13)
  • fix: remember me fallback setting should be true (7109f9f)

Full Changelog: v1.4.1...v1.4.2

v1.4.1

05 Oct 01:12
Compare
Choose a tag to compare

Reworks code to be more efficient.

v1.4.0

30 Sep 02:30
Compare
Choose a tag to compare

feat: "remember me" for sessions (32f6435)

v1.3.2

27 Sep 16:35
Compare
Choose a tag to compare

fix: client-side debug option (12a4643)

v1.3.1

27 Sep 16:24
Compare
Choose a tag to compare

fix: debug client option (82b42f6)

v1.3.0

04 Sep 16:30
Compare
Choose a tag to compare

feat: add route /supakit/confirm for token hash methods

v1.2.0

11 Aug 21:34
Compare
Choose a tag to compare

What's Changed

  • feat: allow svelte version 4 (4180044)

Full Changelog: v1.1.0...v1.2.0

v1.1.0

03 Aug 10:31
Compare
Choose a tag to compare

What's Changed

  • feat: add debug auth option (d100254)

Full Changelog: v1.0.2...v1.1.0