Supabase + Next.js ULTIMATE Auth Combo

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


🚀 What You'll Learn:

- Configuring Google as an authentication provider through Supabase
- Creating a clean and intuitive user interface with Shadcn UI components
- Implementing secure server-side rendering (SSR) for authenticated pages

📝 Resources:

💻 Code Snippets:

⏱️ Timecodes
0:22 - Creating Project
0:50 - Setup Supabase with Google Auth
3:52 - Setup Auth UI
7:02 - Running the Project
7:57 - Final Thoughts

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

who is this guy. He explained everything I needed. Thanks man!

ALoFTx
Автор

This is best tutorial for Supabase Auth 've ever seen on Youtube so far !

zacklau
Автор

Hello The Dev Logger, congrats on your channel. Super useful content, high quality of articulation and presentation. I am sure you will grow big, keep going. Looking forward to watch more nextjs content coming from you. Greetings from Turkey.

fdkaix
Автор

You woke up and chose raw efficiency, good job

LordSagavalta
Автор

Great video, straight to the point. Even included code in the description, A+.

Joe-Bourbon
Автор

You are the best Sir.🥳🥳🥳
Thank you very much

nathaliesandukuelite
Автор

Awesome video, thanks, applied your examples to my next.js project

JeffreyHo
Автор

Great tutorial, quick to understand. Thank you!

anuj
Автор

How is this youtuber has only 140 subs. Let pump it guys, subscribe to him. This video is succinct and has what we really need for supabase + next auth

chocoalmondsmilk
Автор

cool! but how do we protect the routes for not logged in users, do we intercept it in the middleware?

Neqxy
Автор

thank you, really helpfull and rally good explanation..

akadaygame
Автор

nice. the refresh middleware seems like a lot of overhead to every request, not sure if there is a better way, maybe refreshing independent of request/response?

johncollins
Автор

Thanks for AMAZING tutorial. One thing I'd like to know is how to add Sign Up with Google button.

Currently in your setup user needs to create a password manually, is there a way to make this work if user signing up with Google directly?

CasualDrive
Автор

Could you also explain how to use Supabase hosted on your own VPS? Because in this case, I couldn’t find partner authentications like Google in the Supabase dashboard.

thiagofelizola
Автор

Thanks! but how do we update the name of the app displayed on google login screen to our app name instead of subdomain from supabase?

fereshteh
Автор

thank you i loved it so much, but how can i get the types for user because it does not autocomplete in vs code withouts types

bounaderrafik
Автор

How did we get an email without setting up SMTP details?

rishabhsaxena
Автор

Gives error with nextjs 15 as supabase.auth is undefined at server

PriyankBolia
Автор

how can we set different roles for the users while logging in using google

deepanshubajaj
Автор

bro, im getting user null when i log in with google.

tukojs