Skip to content

Releases: j4w8n/sveltekit-supabase-ssr

v0.11.0

11 Sep 17:08
Compare
Choose a tag to compare
  • feat: set password when converting anonymous user (d40b811)
  • build: update dependencies (ad4502c)

Full Changelog: v0.10.1...v0.11.0

v0.10.1

26 Aug 01:18
Compare
Choose a tag to compare

bump dependencies (ba0d26b)
@sveltejs/adapter-auto 3.2.2 → 3.2.4
@sveltejs/kit 2.5.18 → 2.5.24
@sveltejs/vite-plugin-svelte 3.1.1 → 3.1.2
svelte 4.2.18 → 4.2.19
svelte-check 3.8.5 → 3.8.6
tslib 2.6.3 → 2.7.0
vite 5.3.5 → 5.4.2
@supabase/ssr 0.4.1→ 0.5.0
@supabase/supabase-js 2.45.0 → 2.45.2
jose 5.6.3 → 5.7.0

v0.10.0

29 Jul 16:19
Compare
Choose a tag to compare
  • build: update dependencies (8cf0a26 5e93c2b)
  • feat: use jose instead of jsonwebtoken, as it's more compatible with various runtimes (3d3b40b)

v0.9.0

12 Jul 16:16
Compare
Choose a tag to compare
  • feat: delete users by id (for your convenience during demo) (07060e1)
  • feat: add or change a user's phone number (f6b5d1f)
  • feat: phone login via OTP (requires you to setup SMS) (15165f2)
  • fix: redirect to /self after OAuth identity link (b34ad1e)
  • fix: allow updating of SSR beyond 0.4.0 (78c27da)
  • fix: do not cache protected page content (c17db6d)
  • refactor: centralize Fail function (e874e5c)

Full Changelog: v0.8.0...v0.9.0

v0.8.0

30 Jun 19:45
Compare
Choose a tag to compare
  • feat: bump ssr to v0.4.0
  • feat: convert anonymous user to permanent user (fa374e9)
  • build: update dependencies (bfa51ba)

Full Changelog: v0.7.0...v0.8.0

v0.7.0

27 Jun 16:22
Compare
Choose a tag to compare
  • feat: reset email passwords (5a5fb1b)
  • refactor: protect paths by layout group (45fa74c)

Full Changelog: v0.6.2...v0.7.0

v0.6.2

11 Jun 20:58
Compare
Choose a tag to compare

Due to major upcoming changes in @supabase/ssr 0.4.0, I am preventing the possibility of an accidental or natural update to that minor version or higher. Once 0.4.0 lands, and I'm done testing, it's implementation will likely end up being a separate branch of this repo.

  • chore: cap the @supabase/ssr version to <0.4.0 (afd4065)

v0.6.1

30 May 17:17
Compare
Choose a tag to compare
  • fix: create separate browser and server clients in layout.ts (3a574e3)
  • fix: return fail for magic link form, when no email is submitted (dd0d27c)

v0.6.0

29 May 11:35
Compare
Choose a tag to compare

What's Changed with v0.6.0

  • feat: add magic link login (fcb8c5d)
  • refactor: remove database type process, as it's unneeded for the demo (fc56903)
  • fix: remove signup email redirect, as that would be for client side auth (8669d07)
  • fix: simplify email template change process (bd578ff)
  • docs: various fixes and clarifications

Full Changelog: v0.5.0...v0.6.0

v0.5.0

26 May 16:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0