Releases: nuxt-modules/supabase
v1.4.1
v1.4.0
v1.3.5
v1.3.4
v1.3.2
v1.3.1
What's Changed
1.3.1
, since 1.3.0
has been superseded.
Major changes
We're now using the @supabase/ssr library under the hood π (#357)
There are no breaking changes related to this improvement. However, a non-disruptive warning appears in this release:
Using the user object as returned from supabase.auth.getSession() or from some supabase.auth.onAuthStateChange() events could be insecure.
This warning is related to an issue in the Supabase library itself. Initially, I intended to wait for this fix but since managing updates across two separate branches is challenging I chose to merge it anyway. I could no longer delay the release due to users raising concerns about outdated dependencies and other issues within the module.
You can upvote the issue to encourage the Supabase maintainers to address it.
This improvement might fix:
A big thanks to @felixgabler for initiating this change and helping refactor the module.
Other update
- Automatic database types by @IsraelOrtuno (#336)
v1.2.2
v1.2.1
What's Changed
Improvements
Performance improvements by @vinceglb in #352
Chore
Move to eslint v9 using @nuxt/eslint package
π Thanks for the help from:
v1.2.0
What's Changed
Minor version since we have a new composable π
useSupabaseSession and serverSupabaseSession are now available to fetch your session client and server side (#338) (07eb081 & 9dee37e)