supabase
supabase copied to clipboard
Supabase module for Nuxt.
https://github.com/supabase-community/supabase-auth-helpers/blob/39c8a06f46a3788e463453fc743a18c98ca067ec/src/nextjs/handlers/callback.ts#L54
### Version @nuxtjs/supabase: ^0.1.25 nuxt: ^3.0.0-rc.11 ### Reproduction Link https://github.com/ninjaaaaah/balay-kix/ ### Steps to reproduce On the `pages/expenses.vue` file, it contains the subscription for the realtime changes to the expense table....
⚠️ Breaking Changes Upgrade to supabase-js v2, check Supabase [release notes](https://supabase.com/docs/reference/javascript/next/release-notes).
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxtjs/eslint-config-typescript](https://togithub.com/nuxt/eslint-config) | [`^10.0.0` -> `^11.0.0`](https://renovatebot.com/diffs/npm/@nuxtjs%2feslint-config-typescript/10.0.0/11.0.0) | [](https://docs.renovatebot.com/merge-confidence/)...
### Version @nuxtjs/supabase: "^0.1.27" nuxt: "^3.0.0-rc.11" ### Question The first time you used your Twitter provider for sign-in, you selected your account. Thereafter, when signing in after signing out, the...
### Version @nuxtjs/supabase: v0.1.25 nuxt: 3.0.0-rc.11 ### Reproduction Link Private repository but happy to grant access to someone independently ### Steps to reproduce Using the basic useSupabseClinet() and useSupabaseUser() functions...
### Version @nuxtjs/supabase: "^0.1.25" nuxt: "^3.0.0-rc.11" ### Issue I'm trying to deploy my Nuxt 3 app which renders client side to Netlify and locally, Supabase Auth works as intended. However,...
Hi! Since new h3 and nitro utils are using `get*(event, ...)` pattern, we were talking with @Atinux and I would suggest to deprecate `serverSupabaseServiceRole` server util to replace with `getSupabaseClient`.
https://github.com/zernonia/simple-log/blob/main/server/api/token/create.post.ts
Currently server services need to be imported from virtual import `#supabase/server`. Check [documentation](https://supabase.nuxtjs.org/usage/services/server-supabase-client/) and [code](https://github.com/nuxt-community/supabase-module/blob/main/src/module.ts#L146). Could be a nice UX to allow auto import of those services.