Skip to content

Releases: floatingpixels/supabase-nuxt

v0.2.5

26 Nov 11:16
6c5696a

Choose a tag to compare

  • Remove cookie options from module and improve cookie handling on server (70ee40c)
  • Use node 22 LTS in dev environment (fbceb8b)
  • Update packages (8d9e942)

v0.2.4

22 Nov 12:48
dd0f506

Choose a tag to compare

  • Add public runtime types (19c02f8)
  • Change default cookie secure option to false (a776e79)
  • Add tests for multiple browsers (82181aa)
  • Update packages (68f43a5)

v0.2.3

13 Nov 11:19
94b2c99

Choose a tag to compare

  • Replace gotrue with new module name auth-js (3d13830)

v0.2.2

07 Nov 12:10
875c63b

Choose a tag to compare

  • Update version (48b6af0)
  • Add RLS to database and tests, switch to Playwright E2E test for most things (6d8e3db)
  • Fix test data (c4036fa)
  • Update packages (a6f5d41)
  • Update nix flake (85dba94)
  • Adding local supabase deployment for dev and testing (d0427ff)
  • Moving types to seperate file (1ac3861)
  • Adding test config and update packages (6047c84)
  • Adding supabase keys for testing as 1password cli tokens (0e2302c)
  • Fixing typing build errors in building module (bd93a4a)
  • Update packages (a1f198a)
  • Implement new cookie options from supabase/ssr in server clients (24c9aef)
  • Fix type imports (2b0b019)
  • Move to updated eslint config (adf416b)
  • Update according to cookie handling changes in supabase/ssr (d7133aa)
  • Update packages (429e95a)
  • Secure check for user on the sever instead of from session (34fb4d7)
  • Adding nix env (510d95a)
  • Fixing typos (1088622)

0.2.1

02 Jul 08:45
cb3d057

Choose a tag to compare

Changing cookie handling to new standard in supabase/ssr, replacing deprecated methods. Switching to getAll() and setAll().

Full Changelog: 0.2.0...0.2.1

v0.2.0

01 Feb 09:37
acce7e4

Choose a tag to compare

  • Fixing typescript error (add7e13)
  • Remove console log (3012513)
  • Updating Nuxt and supabase-ssr (9321ceb)
  • Adding redirect HTTP status code (065aa98)

v0.1.9

30 Jan 09:15
2035f2a

Choose a tag to compare

v0.1.8

28 Jan 22:38
e6c348c

Choose a tag to compare

  • Fixing middleware for auth, adding error hamdling (e4909d2)
  • Clarify authentication options and customization in Readme (395abb9)
  • Add logged-in user and log-out to login page (0bf8dd5)

v0.1.7

25 Jan 16:12
40f4e16

Choose a tag to compare

  • Adding OAuth route and updating Readme (90623d9)

v0.1.6

25 Jan 13:16
a55f68c

Choose a tag to compare

  • Adding cookie options (3f1b998)
  • Add supabase packages to optimize deps to avoid ESM issues (f039b71)
  • Basic documentation in Readme (442e7e4)