How to setup Supabase email registration with next app router

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Man I love how to the point this was. No fluff like some other videos.

tinotaylor
Автор

Could u provide the repo with source code for this project? Ngl I'm kinda struggling with the Next13 + supabase ssr auth and tbh the supabase docs for that are not very helpful

freshu
Автор

Hey Mate, can you drop the github repo link for this project here?
Thanks

sadev
Автор

Really good! Could you make a video where you set up supabase with docker or just docker and explaining what that is? 😄

wmw
Автор

Thanks, you helped me a lot with this emailRedirectTo options 🙏🙏

SparkDrumbo
Автор

Cody why Supabase auth when Nextjs jas Nextauth? Why would anyone prefer one over the other?

eshw
Автор

Yh the docs for setting up that auth provider are not great. Would be amazing if you had any resources on how to achieve it 🙌

tinotaylor
Автор

do you prefer doing this stuff manually with something like supabase or clerk?

cod-the-creator
Автор

Quick question, I am doing my final project for school and it’s a personal portfolio. One of the requirements is having a navigation bar that link to a bio, form, etc. I know that we would use a nav bar and an a element for the content, but what type of element would I use for the content itself?? Would I use a section element to wrap around each section?

andrewbunea
Автор

Hello ! Does Supabase provides hosting ?( I've not seen this topic in the documentation). Thank you

angladephil
Автор

Hi! Thanks for the good tutorial! I have a doubt regarding the supabase client. We are always returning a function that calls "create[local]ComponentClient", so a new client will be generated everytime we import and use the supabase client, right? Instead of having a single one used globally through the application (singleton style). Is this not a performance problem, or is it recommended to be done this way?

flavioneto
Автор

How would you replace supabase with your own api?

brandonbailey
Автор

is this upcomming project? BurgerHunt?

nikako
Автор

I also was so happy to use the new rsc in the navbar for fetching the user data in the server so that there is no need for loading state in the user navbar section

Retrosen
Автор

why not just use the nextauth in nextjs instead?

apexyu
Автор

can you upload a video on how to upload images to supabase

Harish-rzgv
Автор

the fact that it's rate-limited to 3 emails per hour is super annoying

rct