Hey, I was looking a quick tutorial just to see how Auth.js works. And I think this is the best one I’ve seen ( I have watched quite a lot of them ). There is no fluff and nonsense it’s just what you need. Quick and useful. That’s amazing mate, I will look for your videos first from now on. Keep up the good work ✌🏻
super amazing high quality tutorial. loved how you quickly go through some of the necessary concepts to help provide context for us. Easily sat through the entire video duration without needing to constantly go back so close the knowledge gaps. Subbed!
I'm getting error in route.ts in the line importing auth.ts, it says module not found, though I have the same directory as mentioned in video, src/auth
Thanks so much! This is exactly what I needed for my hackathon. I’m definitely going to snag that $4,000 prize. By the way, don’t you prefer using middleware in Next.js for redirection? For instance, someone with an active session cookie shouldn’t be allowed to access the sign-in page, trying to do so should redirect them to the homepage or something?
how do i protect my route handlers? i've created some routes in api folder that i need i tried to access the session information there with auth() but it is null
I'm getting error in route.ts in the line importing auth.ts, it says module not found, though I have the same directory as mentioned in video, src/auth
Is it possible to handle separated google linking? Like, I want my project to allow users to signup/login with credentials, but if a user wants to use specific modules that requires linking google account, their able to click a button in order to connect their google account with the account that is already created :(
very informative video. However, the majority of the apps render Client side components. I managed to export the signin and signout from a use server file, however the auth information which is similar to state, does not work outside server side components. A practical walkthrough for the client side would be useful
hello working fine but 1 error occurs please guide me Hydration failed because the server rendered HTML didn't match the client. As a result this tree will be regenerated on the client. This can happen if a SSR-ed Client Component used
i am getting error ⨯ ./app/api/auth/[...nextauth]/route.js:1:1 Module not found: Can't resolve '@/auth' > 1 | import { handlers } from "@/auth" // Referring to the auth.ts we just created | ^ 2 | export const { GET, POST } = handlers noduke not found
☕ Buy a coffee: ko-fi.com/bugbytes
⭐Top resource to learn Python - datacamp.pxf.io/kOjKkV ⭐
📹CLERK & Next.js Authentication video: th-cam.com/video/PhciU8SQ8hs/w-d-xo.html
Hey,
I was looking a quick tutorial just to see how Auth.js works. And I think this is the best one I’ve seen ( I have watched quite a lot of them ). There is no fluff and nonsense it’s just what you need. Quick and useful. That’s amazing mate, I will look for your videos first from now on.
Keep up the good work ✌🏻
Thanks a lot mate, that's amazing to hear - thank you!
Dang your video is fire. All that knowledge combine in 27min tutorial. You're really awesome!!!🔥
Thanks a lot dude!
super amazing high quality tutorial. loved how you quickly go through some of the necessary concepts to help provide context for us. Easily sat through the entire video duration without needing to constantly go back so close the knowledge gaps. Subbed!
Awesome to hear that, thank you for sharing and watching! Glad it was helpful!
Really the best tutorial I have seen on auth. Hope your channel blows up
Thanks a lot, really appreciate the comment!
@@bugbytes3923 Any videos on combining this with Magic Links or the Credentials Provider would also be awesome :D
Glad to see you do some next.js!
Thanks! Will do more if there’s some demand!
This is the video, you are looking for!
Thanks for that comment, awesome!
Thank you Lyle for the best tutorial out there!! Helped me a lot with my project!!! Cant thank you enough!
Awesome - glad to hear it helped, thank you for sharing!
thank you for the walkthrough! It was really helpful and allowed me to configure everything for myself swiftly
Glad to hear it, thanks for the comment!
This is exactly the video I was looking for. Thanks!
@@lfbusta thanks a lot!
Very beautifully explained, also helps things to figure out by myself, tells you how to follow docs.
Awesome to hear that thanks!
Really amazing and Clear Video with perfect explanation! thanks man u got my sub
@@tech7957 thanks a lot man, really appreciate it and glad you liked the video!
really great tutorial. Happy for making it concise just implement it in one hour watching your video.
Thanks a lot! Glad to hear it was helpful!
first tutorial to actually help
@@Peter-sc1ru thanks!
thanks, man! Really helpful! Congrats!
@@fhkodama glad to hear it man, thanks a lot for commenting!
Thanks you! this video solved my problem!
Awesome, glad it helped!
Good introduction!
Thank you!
great video thanks !!
@@anishjoshi1999 thanks a lot, glad you liked it!
Really great content!!. Thank you!💯
Thanks a lot!
finally got it working, i was using some other documentation which was old and everything was not covered well, thanks.
Very good thanks a lot !
@@remyirconnor5074 awesome thanks for watching!
This was awesome! thank you
I'm getting error in route.ts in the line importing auth.ts, it says module not found, though I have the same directory as mentioned in video, src/auth
That's Damn Amazing, thank you so much
Thanks a lot!
Excellent)))
Thank you!
thank you, sir ! big help.
Thanks a lot, glad to hear it!
Thanks so much! This is exactly what I needed for my hackathon. I’m definitely going to snag that $4,000 prize. By the way, don’t you prefer using middleware in Next.js for redirection? For instance, someone with an active session cookie shouldn’t be allowed to access the sign-in page, trying to do so should redirect them to the homepage or something?
how do i protect my route handlers? i've created some routes in api folder that i need i tried to access the session information there with auth() but it is null
Thanks! I mean it.
Thank you for watching!
I'm getting error in route.ts in the line importing auth.ts, it says module not found, though I have the same directory as mentioned in video, src/auth
Do you have a video on magic link auth?
🔥🔥🔥🔥🔥
Thanks!
Simplesmente perfeita a aula. Me ajudou muito.
great work mate, even though not in the django sphere, still interesting.
Thanks mate - yes. Something a bit different!
Is it possible to handle separated google linking? Like, I want my project to allow users to signup/login with credentials, but if a user wants to use specific modules that requires linking google account, their able to click a button in order to connect their google account with the account that is already created :(
Any "use server" example?
very informative video. However, the majority of the apps render Client side components. I managed to export the signin and signout from a use server file, however the auth information which is similar to state, does not work outside server side components. A practical walkthrough for the client side would be useful
hello working fine but 1 error occurs please guide me
Hydration failed because the server rendered HTML didn't match the client. As a result this tree will be regenerated on the client. This can happen if a SSR-ed Client Component used
Obrigado,aprendi muito!
Obrigado!
can you make a video with credentials as well for mongodb (and mongoose as odm )
Great suggestion, thanks! I'll add to the list.
Ohhh sounds like some getting started full-stack NextJS / Django content could be in the pipeline? 🤞
@@shanedonlon could be, for sure, if the demand is there!
When I click on sign out button, signOut() does not actually signs out the session. How can I fix this?
Found the issue. It was because I didn't put await in front of the function call.
Ah - good to hear you got it sorted!
Great content as always, can you do a django drf and next js authentication & permissions
Thanks a lot!
Please make an advance django rest api and sveltekit then next js for the same project
Muito bom
Thank you!
good
@@frameff9073 thanks! Bit different but something I’ve been doing for work ;)
please bugbytes make a video how to do front nextjs and django back authentication 🙏
Thanks for the suggestion!
Yes with setting up allauth or djrestauth with social login
Amazing! can you show how to use nextauth.js with oAuth with django?
Thanks! I'll look into some Next + Django auth videos soon, for sure.
We don't appreciate you enough
Thanks a lot!
Try to add an image just an image inside of the button, and you will lose your mind over the stupidity os the setup
i am getting error ⨯ ./app/api/auth/[...nextauth]/route.js:1:1
Module not found: Can't resolve '@/auth'
> 1 | import { handlers } from "@/auth" // Referring to the auth.ts we just created
| ^
2 | export const { GET, POST } = handlers
noduke not found