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

Nuxt/Auth provider

Open scottrobertson opened this issue 4 years ago • 3 comments

We should add a Nuxt auth provider. Details here:

https://github.com/nuxt-community/auth-module/issues/1082

scottrobertson avatar Aug 12 '21 12:08 scottrobertson

@sduduzog any experience with this side of things? I'm gonna dive into it this weekend and build something.

scottrobertson avatar Aug 12 '21 12:08 scottrobertson

I have none at all. I might join you but mostly for the TS setup. I've never had a chance to use the auth module

sduduzog avatar Aug 12 '21 20:08 sduduzog

So I think we would need to make a scheme and a provider. Similar to how auth0 is done.

https://github.com/nuxt-community/auth-module/tree/dev/src/schemes https://github.com/nuxt-community/auth-module/tree/dev/src/providers

scottrobertson avatar Aug 13 '21 09:08 scottrobertson