Auth in Nuxt 3 the EASY WAY

Auth in Nuxt 3 the EASY WAY

LearnVue

2 года назад

49,226 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Martin Penev
Martin Penev - 08.10.2023 17:45

How does Supabase identify the user? Session ID in localstorage? JWT? Cookie?

Ответить
Anass Sanba
Anass Sanba - 03.09.2023 00:00

Idid the last part with row level security without the serverSupabase

Ответить
Александр Деревков
Александр Деревков - 08.06.2023 12:01

The best tutorial on auth with Nuxt3! Thank you very much!

Ответить
Kinxyo
Kinxyo - 04.05.2023 23:15

This tutorial has so many syntactical problems, it's unreal smh.

Ответить
[ X E N O N ]
[ X E N O N ] - 30.04.2023 10:09

How did you make the logout button? I am so puzzled at that part and I can't seem to do it

Ответить
Read Line
Read Line - 08.03.2023 13:41

would your key be exposed?

Ответить
Ian Madrigal
Ian Madrigal - 01.03.2023 02:04

I keep getting, "useSupabaseClient is not defined" (500 error). I shouldn't have to import anything from supabase into my file (Login.vue) right? Also I wasn't have to look at your repo because it's missing or something (404).

Ответить
Michael
Michael - 17.02.2023 23:58

Hey, I had a problem with getting the middleware to work while following along with the video. Instead of initialising the supabase user and then checking in the if statement if (!user.value && to.path === '/notes') {navigateTo("/")} instead I did this: if (to.path.includes("notes" ) || to.path.includes("protectedRoute")) {const user = useSupabaseUser() if (user.value) {return} return navigateTo("/")} and this works fine.

Ответить
Баястан Нурбек
Баястан Нурбек - 24.01.2023 19:22

have you deleted the repo?

Ответить
Brandon Taylor
Brandon Taylor - 09.01.2023 23:14

Followed your stuff step-by-step and the middleware sees the user as null. Suggestions?

Ответить
RS
RS - 07.01.2023 00:58

Thanks for this video! It helped a lot 🎉🤗

Ответить
Vidzhut
Vidzhut - 16.12.2022 12:21

Awesome tutorial. Saved several days of research as a novice developer. Just one thing how do I show a message after signup to the user? As an example ( show message: Please confirm your email address)

Ответить
Martin Müsli
Martin Müsli - 06.12.2022 01:40

Absolutely helpful!

Ответить
Mark Rafn
Mark Rafn - 12.11.2022 00:15

hmm... repo link is broken 😞

Ответить
yagelProject
yagelProject - 31.10.2022 18:08

Please tell me how to display Error message and message when registered, check your email

Ответить
Namo3T
Namo3T - 25.10.2022 07:27

I have a problem. When I logged out and try to log in back, the error said "Uncaught (in promise) TypeError: client.auth.signIn is not a function" how to fix this. Thank you.

Ответить
Jarred Luzada
Jarred Luzada - 03.10.2022 07:26

Can you do a tutorial for using supabase realtime Nuxt 3 from nuxtjs/supabase?

Ответить
Winged Hussar
Winged Hussar - 26.09.2022 06:47

Easiest auth I've ever seen
Firebase is not as clear imo, also firebase module doesn't work with nuxt 3 I think

Ответить
Sole Mensis
Sole Mensis - 24.09.2022 14:38

these vids are just like perfect gifts to vue/nuxt ecosystem ♥

Ответить
Walid Salhi
Walid Salhi - 14.09.2022 16:48

Thank you for the explantations! please provides us a full stack project with Nuxt and Supabase with Prisma

Ответить