Next.js Authentication & Login | Nextjs 15 Full Stack Project

  Рет қаралды 16,667

Dave Gray

Dave Gray

Күн бұрын

Пікірлер: 49
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 ай бұрын
Use the code "davegray" for 3 months free on the Team plan of Sentry for any new accounts: bit.ly/try-sentry-dg
@awaistech629
@awaistech629 2 ай бұрын
You are the world's best teacher. Love from Pakistan.❤
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 ай бұрын
@@awaistech629 thank you!
@풍월상신
@풍월상신 2 ай бұрын
I've got Sentry and Kinde covered. So far so good.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 ай бұрын
@@풍월상신 great way to start!
@SrinuR-x8u
@SrinuR-x8u Ай бұрын
Please continue with this series. Big Thanks for your contribution to web dev community.
@FrostiesTanks
@FrostiesTanks Ай бұрын
Well put-together and easy to follow, as always. So much more efficient and probably more secure than rolling our own auth. Thank you for your time and effort, it's much appreciated!
@DaveGrayTeachesCode
@DaveGrayTeachesCode Ай бұрын
Welcome!
@smarquez15
@smarquez15 2 ай бұрын
Dave, thank you so much for your videos. Greetings from Uruguay! As a Spanish speaker, it can be a bit challenging for me to get used to the language, but your videos are absolutely worth it💫I also used your promo code, thanks for sharing it!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 ай бұрын
You're very welcome!
@BabaYaga4554
@BabaYaga4554 2 ай бұрын
Great work Dave ❤
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 ай бұрын
@@BabaYaga4554 Thank you!
@AlexanderMatosOlivo
@AlexanderMatosOlivo 2 ай бұрын
Grate material as the firts one, I'm lerning a lot!
@Q-Productions23
@Q-Productions23 2 ай бұрын
Thank you Sir! ❤Can you make a video for Auth with Nextjs and Nodejs?
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 ай бұрын
Next.js uses Node.js on the backend. The server components run in Node.js. Traditional client-side React apps might need a separate Node.js backend, but choosing Next.js should eliminate the need for a separate Node.js backend.
@Q-Productions23
@Q-Productions23 2 ай бұрын
@@DaveGrayTeachesCode Hmm Alright. However I did hear that having a separate Nodejs backend, even with Nextjs is more scalable. Any truth to that?
@mdalmamunit427
@mdalmamunit427 2 ай бұрын
Thank you so much, David ❤️
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 ай бұрын
You're welcome!
@Hashir-d9j
@Hashir-d9j 2 ай бұрын
more love and support for you from Pakistan ❤
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 ай бұрын
Thank you!
@lostinthenarrativve
@lostinthenarrativve 2 ай бұрын
Are you planning on adding a lesson on Stripe payments as well Dave ?
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 ай бұрын
This project does not need Stripe payments. I can do something with that in the future.
@kanehooper00
@kanehooper00 24 күн бұрын
Kinde looked good at first, but when your users is redirected to an external like for email auth it loses its appeal on most production apps.
@AswiniSahu-r5g
@AswiniSahu-r5g 13 күн бұрын
i have my own sign in and sign out component , i just i want when i click on my sign in / signup button then kinde just do the process. kinde is forcing its ui. is it possible? also when i try to install the sentry as you did i got error. and its not setup. when i checked i got there is a github issues raised regarding this in next.js? can you clarify it once from your end
@joaoarthurbandeira
@joaoarthurbandeira 2 ай бұрын
Great work Dave! Can you also show us how can we implement our own authentication with jwt cookies + csrf using Django Rest Framework with Nextjs instead of using third parties? Thanks!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 ай бұрын
Maybe in the future, but not in this series. I discuss why I prefer this method in the video as well.
@danidante8008
@danidante8008 2 ай бұрын
Thank you so much Dave could you please help me about deciding something look I'm doing an e-commerce project that has the dashboard as well and have to do it in 2 month I decided to use next js.last week i just start the project with next js 14 now since next 15 came out i wonder should i upgrade my project what hold me the most is that React 19RC that make me concern so I like to know you opinion Thanks
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 ай бұрын
@@danidante8008 You will definitely learn from either. You might run into a few more headaches at first if you don't have a good guide on the changes for the latest version.
@lollyinnovation1948
@lollyinnovation1948 2 ай бұрын
Nice video thanks for the value being shared here But I think this is worthy of Note. When I'm logged in I shouldn't be able to access the login page when I'm not logged out.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 ай бұрын
@@lollyinnovation1948 Yes some sites do this and others let you in case somebody else just wants to log in, for example on a shared workplace computer. That said when we handle page specific and route specific permissions, this can be modified as well.
@SrinuR-x8u
@SrinuR-x8u Ай бұрын
I am getting a react context error, I have to make the login a client component.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Ай бұрын
That should not be required. Reference my GitHub course resources link to look at the code I provided.
@baesh11
@baesh11 Ай бұрын
Hi, Is there any possibility to set up any "demo" user in Kinde? I would like to present this app to other people without setting accounts and sending any codes.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Ай бұрын
Good question but not that I'm aware of. Email validation will require adding their email as a user. You could go ahead and add a public sign up with Kinde just to allow anyone to sign up and demo it.
@kevindivinagracia8620
@kevindivinagracia8620 2 ай бұрын
where can i get the matcher
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 ай бұрын
The course resources link in the video description. And then you want the lesson-2 branch of the repository.
@Altroo
@Altroo 2 ай бұрын
we would like a next-auth video please.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 ай бұрын
I have a couple on my channel. Have you searched my channel for it?
@MichealOlowookere-sf2ue
@MichealOlowookere-sf2ue 2 ай бұрын
Is the permission per free account or project?
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 ай бұрын
I interpret it as per free account. Let me know if you discover otherwise. Reference: kinde.com/pricing/
@hasibkazi1379
@hasibkazi1379 2 ай бұрын
can I get the first of this series
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 ай бұрын
Yes, the playlist for the series is linked in the video description.
@hasibkazi1379
@hasibkazi1379 2 ай бұрын
@@DaveGrayTeachesCode Thank You very much
@alexdsdebasis
@alexdsdebasis 2 ай бұрын
this video is all about promotion
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 ай бұрын
@@alexdsdebasis No, as I said in the video, it's about what I have been using for the last year as my tech stack. I've had many requests to create a real world project with the tools that I work with. This is what I use. But are you here to learn or complain? Even if I was promoting something, you could still learn something if you wanted to.
@alexdsdebasis
@alexdsdebasis 2 ай бұрын
@@DaveGrayTeachesCode sorry for the comment , I was here for learning a new tech , then I saw promotion, as I didn't afford it right now. That's why I commented it
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 ай бұрын
@@alexdsdebasis I have insured everything I use in this project's tech stack is available for free. KZbin might show other ads though.
Authentication Flow in Next.js (Complete Tutorial)
30:37
Cosden Solutions
Рет қаралды 33 М.
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
The Honey Scam: Explained
10:53
Marques Brownlee
Рет қаралды 2,1 МЛН
Next.js Full Stack Project w/ Nextjs 15 & React 19
1:31:19
Dave Gray
Рет қаралды 45 М.
Claude has taken control of my computer...
4:37
Fireship
Рет қаралды 1 МЛН
Next.js 15 Breakdown (Everything You Need To Know)
18:10
Web Dev Simplified
Рет қаралды 87 М.
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН