
supabase
Go to documentationFirst class integration with Supabase
v0.3.1 by
larbish
What's Changed
- chore(app): upgrade deps and fix lint (
68baf68
) - fix(client): unset user before session on logout (
ab574ef
) - chore(demo): update with latest and fix logout
Full Changelog: https://github.com/nuxt-community/supabase-module/compare/v0.3.0...v0.3.1
v0.3.0 by
larbish
⚠️ BREAKING CHANGES ⚠️
What's Changed
In order to resolve nuxt-modules/supabase#114, I have made the choice to separate the useSupabaseClient
in two other composables:
- The
useSupabaseAuthClient
is dedicated to authentification purpose only. It won't be recreate if your token expires, it is used in the client plugin to listen toonAuthStateChange
events. - The
useSupabaseClient
is now only useful for data request.
To avoid regression you just need to use useSupabaseAuthClient
instead of useSupabaseClient
everywhere you use Supabase auth methods.
Documentation has been updated.
Full Changelog: https://github.com/nuxt-community/supabase-module/compare/v0.2.6...v0.3.0
v0.2.6 by
larbish
What's Changed
- chore: update to Nuxt 3 stable 🚀 https://nuxt.com/v3
Full Changelog: https://github.com/nuxt-community/supabase-module/compare/v0.2.5...v0.2.6
v0.2.5 by
larbish
v0.2.4 by
larbish
What's Changed
- fix: handle TOKEN_REFRESHED session event in
bf50302
Full Changelog: https://github.com/nuxt-community/supabase-module/compare/v0.2.3...v0.2.4
v0.2.3 by
larbish
What's Changed
- feat: typed supabase client in
b59ff1a
andfd751d7
- chore: upgrade to nuxt rc13
- fix: do not apply token if not exists (#107)
- docs: add roadmap board from https://volta.net in
f8e73b5
Contributors
Thanks to @manniL and @levibe 💚
Full Changelog: https://github.com/nuxt-community/supabase-module/compare/v0.2.0...v0.2.3
v0.2.0 by
larbish
What's Changed
⚠️ Breaking Changes
Upgrade to supabase-js v2, check Supabase release notes.
Module documentation has been updated in favor of supabase v2 syntax.
Please feel free to make PR if I missed something 🙏
🚀 Features
- options: redirect user after signout or when user is not authenticated (check documentation)
- session: set refresh token #18
Full Changelog: https://github.com/nuxt-community/supabase-module/compare/v0.1.28...v0.2.0
v0.1.28 by
larbish
What's Changed
- fix: cloudflare workers deployment (#46)
Full Changelog: https://github.com/nuxt-community/supabase-module/compare/v0.1.27...v0.1.28
Thanks to @kevinmarrec for the fix 🔥
v0.1.27 by
larbish
What's Changed
- chore: upgrade to Nuxt rc.11
Stable is coming 🚀
Full Changelog: https://github.com/nuxt-community/supabase-module/compare/v0.1.26...v0.1.27
v0.2.0 by
larbish
What's Changed
⚠️ Breaking Changes
Upgrade to supabase-js v2, check Supabase release notes.
Full Changelog: https://github.com/nuxt-community/supabase-module/compare/v0.1.22...v0.2.0
v0.1.26 by
larbish
What's Changed
- chore: upgrade to Nuxt rc.10
Stable in coming 🚀
Full Changelog: https://github.com/nuxt-community/supabase-module/compare/v0.1.25...v0.1.26
v0.1.25 by
larbish
What's Changed
- docs: new directory architecture + supabase module v2 coming soon in
d48522a
ande69712b
. Check out https://supabase.nuxtjs.org/ - chore: upgrade to rc9 in
3c5220b
and495e0b7
- chore: fix nuxt compatibility (#70)
Full Changelog: https://github.com/nuxt-community/supabase-module/compare/v0.1.23...v0.1.25
v0.1.23 by
larbish
v0.1.20 by
larbish
What's Changed
- chore: upgrade to nuxt rc.8
Full Changelog: https://github.com/nuxt-community/supabase-module/compare/v0.1.19...v0.1.20
New Contributors
- @josuemartinezz made his first contribution in #59
v0.1.19 by
larbish
v0.1.18 by
larbish
v0.1.17 by
larbish
What's Changed
- chore: upgrade to nuxt rc.4
- doc: update docus theme in
64a5add
- doc: add advanced usage with supabase realtime
8047e31
Checkout the documentation for supabase realtime!
Full Changelog: https://github.com/nuxt-community/supabase-module/compare/v0.1.16...v0.1.17
v0.1.16 by
larbish
What's Changed
- doc: use docus theme (public release coming soon) powered by nuxt content v2 in
c24a16f
(#41) - feat: service role client to bypass RLS in
ba70a97
(#43)
Checkout the new documentation !
Full Changelog: https://github.com/nuxt-community/supabase-module/compare/v0.1.14...v0.1.16
v0.1.14 by
larbish
What's Changed
- feat: add playground folder in
339cf31
- fix: client options in
4c5595c
- feat: add server routes services in
696d3e8
(#36)
You can check the documentation updated for the use of services
in server routes.
Full Changelog: https://github.com/nuxt-community/supabase-module/compare/v0.1.11...v0.1.14
v0.1.11 by
larbish
- chore: upgrade deps
Full Changelog: https://github.com/nuxt-community/supabase-module/compare/v0.1.9...v0.1.11
v0.1.9 by
Atinux
- fix: use
#imports
instead of#nitro
(42af598
)
Full Changelog: https://github.com/nuxt-community/supabase-module/compare/v0.1.8...v0.1.9
v0.1.8 by
larbish
v0.1.7 by
Atinux
What's Changed
- fix: assert method and use correct key for server middleware in
8a4d631
- fix: replace #config with #nitro by @psto in #23