Please I have a problem while using nextauth in the credentials provider, anytime I try to access my Usermodel schema it keep saying it's undefined but if i access it in server actions it won't give error.
Great video, where you talk about the static and dynamic pages, you can have now dynamic components on a static page with partial pre rendering right? I was wondering why you didn’t mention it…
4:27 why we need both access token and refresh token, why not only one session token for auth, refresh_token should be used only for updating access token and should not be sent in Cookie every request. it should be stored in somewhere like memory.
Thanks, can you talk about auth with external apis with meta frameworks like next.js? for example if I'm using next.js and the backend is something like laravel, it gets so frustrating there. thanks again.
Excellent content! Could you bring some video about implementing authentication in Next.js without third party solutions and using Bearer Token instead cookies?
Thank you so much for the effort your making, can you make us a favor and give us the source code of this code so we can look at the code and try to play with it
Best NextJs content on youtube
Thanks!
I was watching a video of yours explaining prisma, and figured I wanted auth. I refresh RUclips and see this video, thank you so much!
Ha nice, enjoy!
Honestly man, whenever I see a video from you, I click without second though. Thank you so much for these videos.
Awesome, enjoy!
I don't know what to say about the quality of the videos teaching skills especially the voice Just amazing Next level Thank you so much 🙏🏻
Thanks!
Your resilience turns challenges into stepping stones
I like your content, please keep it up
Please I have a problem while using nextauth in the credentials provider, anytime I try to access my Usermodel schema it keep saying it's undefined but if i access it in server actions it won't give error.
I connected to mongodb using mongoose. But reading the documentation for the adapter there's no mongoose direct
Great video now after watching your video I am switching from nextAuth to Kinde...much appreciated bro!😊
Love this. Thank you Sir
I wish you'd leave the repo so some of us beginners can take a look. hehe. Thanks
Ah yeah will take a look soon to see if I can do that
I need this rn! Thank you so much!!!
Enjoy
Cool man! was just implementing next auth in a project me self
👍
Thank you so much omg!!!!!!!
i also love your theme is it custom made easier to read
34:37 Shouldn't the permission be checked rather than the role? If not, what's the point of grouping permissions into a role?
Yes that’s also possible
Great video, where you talk about the static and dynamic pages, you can have now dynamic components on a static page with partial pre rendering right? I was wondering why you didn’t mention it…
Thanks. PPR may indeed be a solution to this, but it's still experimental.
4:27 why we need both access token and refresh token, why not only one session token for auth, refresh_token should be used only for updating access token and should not be sent in Cookie every request. it should be stored in somewhere like memory.
Thanks, can you talk about auth with external apis with meta frameworks like next.js?
for example if I'm using next.js and the backend is something like laravel, it gets so frustrating there. thanks again.
Great idea
But why on earth would you want to use Nextjs and Laravel. It just beats the purpose of why Nextjs was designed in the first place
@@guyrandalf711”hey, I have this REST API built using Java and Spring Boot, can you build the frontend?”
@@tuliof If I have a UI/UX design, sure I can build the front end with React!
I got great insights from this vid. Thanks
Glad to hear it!
You are awesome man thank you🙏
No problem 👍
Where is repo of this project?
Can the API routes are accessible through postman / other react app i am getting csrf token issue could you please help me
Really insightful, thank you! 👏
Excellent content! Could you bring some video about implementing authentication in Next.js without third party solutions and using Bearer Token instead cookies?
thanks. pls also do show complete crud with server action.
Great video wesley❤
Thanks bruh ❤
Thank you so much for the effort your making, can you make us a favor and give us the source code of this code so we can look at the code and try to play with it
VSCode theme name you're using??
Gracias, muy buen video!
nice! im implementing auth in a rr7 app and I enjoyed this content :)
Enjoy!
i thought ROUTE HANDLERS were running on the 'Cliente side'