supabase icon indicating copy to clipboard operation
supabase copied to clipboard

Supabase module for Nuxt.

Results 128 supabase issues
Sort by recently updated
recently updated
newest added

### Version @nuxtjs/supabase: v1.1.2 nuxt: v.3.6.5 ### Problem description Hi, I attempted to update my authentication flow to include PKCE, but I've encountered an issue during the registration and email...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxthq/ui](https://togithub.com/nuxtlabs/ui) | [`^1.2.10` -> `^2.7.0`](https://renovatebot.com/diffs/npm/@nuxthq%2fui/1.2.10/2.7.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxthq%2fui/2.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v3` -> `v4` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | ---...

> Each time a user is trying to access a page that needs authentication, he will automatically be redirected to the configured log in page. If you want to allow...

enhancement

I'm having a problem with the `setSession` function in Supabase. I have a function intended to return the new session after its creation, but the `setSession` method seems to return...

question

### Is your feature request related to a problem? Please describe. The `redirect` option with `redirectOptions` comes in handy to have protected routes. However, it doesn't protect `server/` routes, for...

enhancement

Hi there, first of all, this is an awesome module, helps me much to build on nuxt3 and supabase. I noticed something strange. In nuxt server api routes, when using...

bug

### Is your feature request related to a problem? Please describe. This is a request for a small "convenience" feature. I use [Vercel](https://vercel.com/) to deploy my Nuxt 3 app with...

enhancement

Nuxt 3.8 warns about possible broken modules: "You may also encounter modules in the Nuxt ecosystem that need to be updated; please open an issue for those modules. I'm also...

bug