nuxt-supabase icon indicating copy to clipboard operation
nuxt-supabase copied to clipboard

A supa simple wrapper around Supabase.js to enable usage within Nuxt.

Results 8 nuxt-supabase issues
Sort by recently updated
recently updated
newest added

Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 3.1.5. Release notes Sourced from cross-fetch's releases. v3.1.5 What's Changed chore: updated node-fetch version to 2.6.7 by @​dlafreniere in lquixada/cross-fetch#124 New Contributors @​dlafreniere made their...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

How to access the nuxt supabase module in server-middleware/rest.js? [//rest.js](https://rest.js/) app.all('/getJSON', async (req, res) => { console.log('req', req.apikey) console.log(supabase) const { data, error } = await supabase .from('userdetails') .select('config') .eq('apikey',...

Hi! Currently, we are [listing](https://modules.nuxtjs.org/?q=supabase) `nuxt-supabase` as official Nuxt+Supabase integration. Thanks for your works @scottrobertson @sduduzog [Nuxt 3 beta](https://v3.nuxtjs.org/) is out for a while and @wobsoriano already started a nice...

We should add a Nuxt auth provider. Details here: https://github.com/nuxt-community/auth-module/issues/1082

enhancement

# Bug report ``` TypeError: kit.addServerMiddleware is not a function ``` ## Describe the bug Clould'nt start nuxt dev server. ## To Reproduce Steps to reproduce the behavior, please provide...

bug

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

# Improve documentation ## Link Add a link to the page which needs improvement (if relevant) ## Describe the problem It's not very clear this repo is specifically for nuxt...

documentation