Your Complete Guide To Next.js Authentication With Supabase

View the full updated guide here! • Complete UPDATED Guide...
Github project: github.com/coderyansolomon/ne...
In this video, I give you a complete guide to authenticate your Next.js applications using Supabase. We cover client auth, server auth, and protexted routes.

Пікірлер: 53

  • @coderyan
    @coderyan22 күн бұрын

    View the full updated guide here! kzread.info/dash/bejne/q3h-xcZ9kZnSkZM.html

  • @user-dp1kd6fr2m
    @user-dp1kd6fr2m6 ай бұрын

    Thanks so much for this. Your way of explaining is so thorough and easy to understand. I learned a lot. Your channel deserves WAY more subscribers!

  • @coderyan

    @coderyan

    6 ай бұрын

    Thank you 🙏

  • @dylankuzmick3122
    @dylankuzmick31224 ай бұрын

    Thank you! I've tried a lot of other tutorials but this was the first that actually made sense... and it works!

  • @coderyan

    @coderyan

    4 ай бұрын

    Happy it helped!

  • @NIXO3D
    @NIXO3D5 ай бұрын

    Man this tutorial is GOLD. You explained everything clearly . Thank you so much! I learned so much. I subscribed. Cheers 🍻

  • @coderyan

    @coderyan

    5 ай бұрын

    Happy it helped!

  • @Vivekrathoud
    @Vivekrathoud5 ай бұрын

    Thanks for this well crafted tutorial Ryan, i was looking for this only.

  • @coderyan

    @coderyan

    5 ай бұрын

    Happy it helped!

  • @tsykin
    @tsykin6 ай бұрын

    Thanks a lot for this tutorial! You did a great job at explaining how all that works. I will definately use this video as a guide for my future projects 👍

  • @coderyan

    @coderyan

    6 ай бұрын

    You’re welcome and thank you for the kind words!

  • @philippschmid3052
    @philippschmid30523 ай бұрын

    best tutorial i have seen about supabase

  • @coderyan

    @coderyan

    3 ай бұрын

    Thanks!

  • @davidheimfert2816
    @davidheimfert28162 ай бұрын

    Thanks a lot for this video ! Definitely, you are one of the best teacher I've found on KZread. Possible to do a quick update video on the supabase/ssr update ? Thanks for everything

  • @coderyan

    @coderyan

    2 ай бұрын

    That you, I appreciate that. And yeah, that’s absolutely possible

  • @viral_recaps
    @viral_recaps5 ай бұрын

    great video Ryan, please add timelines it would be super helpful

  • @tfdesign4072
    @tfdesign40726 ай бұрын

    cheers for this Ryan 🚀

  • @coderyan

    @coderyan

    6 ай бұрын

    👊

  • @user-yc8zu4ok3m
    @user-yc8zu4ok3m5 ай бұрын

    Thanks. This was super helpful.

  • @coderyan

    @coderyan

    5 ай бұрын

    Happy it helped!

  • @ashishsinghNITR
    @ashishsinghNITR3 ай бұрын

    thank you so much , it helped me a lot , Wonderful tutorial

  • @coderyan

    @coderyan

    3 ай бұрын

    Happy it helped!

  • @donovangg
    @donovangg6 ай бұрын

    Thanks! Kind of random but you got a voice for this.

  • @coderyan

    @coderyan

    6 ай бұрын

    Thank you, I appreciate that

  • @elmersupersonic
    @elmersupersonic6 ай бұрын

    Auth-helpers-nextjs is deprecated you should use the ssr package

  • @shawnyeo7086

    @shawnyeo7086

    6 ай бұрын

    Hey man I am digging in supabase auth, do you wanna connect and teach each other about supabase auth? I get confused where I should do auth from client side or server side ??

  • @shawnyeo7086

    @shawnyeo7086

    6 ай бұрын

    👋 if you know alot about supabase auth could you help me alittle I am abit confused about it

  • @Benthetech-qn2lf
    @Benthetech-qn2lf5 ай бұрын

    I wanted to use firebase before but when I found your tutorial I decided to give supabase a trier thanks man you're so dope, Do you've any online class ? and please I want a video on how to use supabse database with next typescript

  • @albertoginelsalvador2172
    @albertoginelsalvador21725 ай бұрын

    Why aren't we using the cookies in the client server page? Have you mention it?

  • @simonedwards7101
    @simonedwards71014 ай бұрын

    Thanks Ryan, nicely explained. Would you be willing to extend this tutorial by including a custom authentication flow or user onboarding flow. For example regular user vs business owner?😁

  • @Haydenz11
    @Haydenz115 ай бұрын

    Awesome job

  • @coderyan

    @coderyan

    5 ай бұрын

    Thank you!

  • @zorrobasher2947
    @zorrobasher2947Ай бұрын

    Sorry if I'm wrong, isn't it better to check which user is logged in in the middleware rather than creating a condition if the user is not logged in?

  • @twobitmachinesdev4757
    @twobitmachinesdev47574 ай бұрын

    Thank you for this awesome tutorial! I did have a questino though, I'm having trouble signing up if I'm using a VPN. Is there anyway around this?

  • @jigmelodey4632
    @jigmelodey46324 ай бұрын

    its so nice and i like it but I didnt like some part like making protected route and getting user to check auth. So lets say if i want to make 10 protected route then i have to write same code in 10 page or i have to call 10 times api in every page? is there any other ways? BUT I LIKED THE VIDEO. it was so helpful thank you

  • @brianwalsh7040
    @brianwalsh70404 ай бұрын

    any chance you can do this with remixjs instead of next?

  • @yevseldev
    @yevseldev3 ай бұрын

    Thanks alot man

  • @coderyan

    @coderyan

    3 ай бұрын

    You’re welcome!

  • @justArS0N19
    @justArS0N192 ай бұрын

    What if my confirmation link expires

  • @mister6624
    @mister66246 ай бұрын

    Evreything was working for me and suddenly...when iam in login page and i put the email and password nothing happen the page refreshed and iam in login page again.....anyone know what the problem is ?

  • @user-ug4uu5yi6u

    @user-ug4uu5yi6u

    4 ай бұрын

    I've had similar problem, but it appeared as error 422 at the console. By checking the error intestines, I've found it just threw an error because password must be at least 6 characters long. I did everything else like on the course, so yeah, it works for me, but he didn't say anything about the password :P

  • @dafk_
    @dafk_5 ай бұрын

    Thx

  • @coderyan

    @coderyan

    5 ай бұрын

    You’re welcome

  • @brayancuenca6925
    @brayancuenca69255 ай бұрын

    Can you make a tutorial for supabase storage using nextjs 14?

  • @brayancuenca6925

    @brayancuenca6925

    5 ай бұрын

    great video btw!

  • @ElusiveProxy
    @ElusiveProxy2 ай бұрын

    16:59

  • @junsgk
    @junsgk6 ай бұрын

    SNS(supabse nextjs shadcn, I made up😂) stack is all I need for building full stack application.

  • @chrislauer6222
    @chrislauer62223 ай бұрын

    yea they deprecated this so fast

  • @zohaibamir858
    @zohaibamir85823 күн бұрын

    Old way not this method is deprecated make updated video

  • @coderyan

    @coderyan

    23 күн бұрын

    Complete UPDATED Guide - Next.js Auth With Supabase kzread.info/dash/bejne/q3h-xcZ9kZnSkZM.html