Skip to content

Releases: j4w8n/sveltekit-supabase-ssr

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

v0.4.0

06 May 01:14
Compare
Choose a tag to compare

[feat]

[refactor]

  • separate oauth page action (186b7e9)

v0.3.0

03 May 21:16
Compare
Choose a tag to compare

[feat]

  • Handle route protection in hooks (cfb1264)

[fix]

  • Properly validate the session, without throwing warnings (cfb1264)

v0.2.3

29 Apr 11:08
Compare
Choose a tag to compare

[fix]

  • use sync version of jwt.verify, which throws an error if needed (55f4659)
  • update packages to latest release (1316e12)

[docs]

  • add .git extension to repo path (18bc03f)
  • reference security vulnerability discussion (0d457a5)
  • update Security section in readme (568a9ff)
  • clarify safe use of session.user, on server-side, when rendering sensitive user data (1dba8c2)

v0.2.2

19 Apr 11:12
Compare
Choose a tag to compare

[docs]

  • Update readme: instruct to clone repo, not install SvelteKit fresh. (9b008e8)

v0.2.1

09 Apr 11:16
Compare
Choose a tag to compare

[fix]

[refactor]

  • centralize JWT verification (dfe2383)

v0.2.0

08 Apr 11:03
Compare
Choose a tag to compare

[fix]

  • verify session in global +layout.server.ts (82bea5e)

[build]

[docs]

v0.1.1

22 Mar 20:15
Compare
Choose a tag to compare

[fix]

Full Changelog: v0.1.0...v0.1.1

v0.1.0

16 Mar 18:50
Compare
Choose a tag to compare

[feat]

[fix]

  • Set cookie path, based on new SvelteKit requirement (0ec93ce)

Full Changelog: https://github.com/j4w8n/sveltekit-supabase-ssr/commits/v0.1.0