Full Stack Authentication With Next.JS | Next Auth | Nest.JS

Поділитися
Вставка
  • Опубліковано 20 лип 2024
  • 📖 You will learn these:
    ✅ Protecting APIs in Nest.JS from Scratch
    ✅ Generate JWT Access Token and Refresh Token in Backend
    ✅ Integrate Next-Auth with Next.js
    ✅ Save and keep Backend JWT Access Token and Refresh Token in Next-Auth Session.
    ✅ Refresh Tokens automatically with Next-Auth in Server and client components.
    ✅ How To Use Next-auth callbacks
    NestJS Full Course 2024 : • Nestjs Course Trailer
    💖 My Twitter for more insights: / sakura_dev_web
    🗃️ GitHub Repos: (Don't Forget to give a ⭐ to them on GitHub)
    ⭐ Nest.JS Project: github.com/vahid-nejad/FullSt...
    ⭐ Next.JS Project: github.com/vahid-nejad/fullSt...
    📖Chapters:
    0:00 intro
    0:01:15 Create Nest.JS Project
    0:01:44 Setup Prisma with Nest.js
    0:03:04 Installing Config Module for Nest.JS
    0:03:35 Creating User Model
    0:04:44 Prisma Service
    0:05:21 User Module
    0:06:33 Create User Service
    0:09:40 Hash Passwords
    0:11:14 Auth Module
    0:11:56 Sign Up API: User Register API
    0:16:03 Login API
    0:22:58 Generating JWT Access and Refresh Tokens
    0:30:00 Create User Profile API
    0:34:14 Protect APIs with JWT Guard
    0:45:10 Refresh Token API
    0:51:14 Next.JS Section
    0:53:50 Setup Next-Auth with Next.js
    1:01:04 Access Next-Auth Session with useSession Hook
    1:02:28 SignIn Button Component
    1:06:26 Session Type Correction
    1:08:44 Using Next-Auth Callbacks for Keeping Backend AccessTokens in Session
    1:14:34 Signup Page
    1:17:45 Dashboard Page
    1:18:45 Access Next-Auth Session in Server Components with getServerSession()
    1:20:43 User Profile Page
    1:21:57 Include Access Tokens in Http Requests to Backend Server
    1:24:07 Protect Dashboard Page from UnAuthenticated User with Next-Auth MiddleWare
    1:25:45 Refresh Access Tokens Automatically with Next-Auth

КОМЕНТАРІ • 282

  • @SakuraDev
    @SakuraDev  21 день тому

    ❤Please Support me by subscribing to my channel 👉🏻www.youtube.com/@sakuradev?sub_confirmation=1

  • @qunther
    @qunther 7 місяців тому +6

    A masterclass. Your video is the most complete on UA-cam. Most of them always skip an important step, so their video become useless.
    You've made everything from A to Z, thanks a thousand time 🙏

    • @SakuraDev
      @SakuraDev  7 місяців тому

      Thank you so much for your nice words 💞. I'm really happy that you like it 😊

  • @vinception777
    @vinception777 5 місяців тому

    Hey thank you so much, you made this very clear to me, I'm using session and not JWT, but your content is currently helping me a ton to setup all this stuff ☺

  • @rahmatsulistio
    @rahmatsulistio 10 місяців тому +4

    wow... this is the video I've been waiting for, thanks man

    • @SakuraDev
      @SakuraDev  10 місяців тому

      Hope you enjoyed it!

  • @dionisidoksani7718
    @dionisidoksani7718 6 місяців тому

    Amazing video tutorial. Everything explained and detailed to its core perfection!

    • @SakuraDev
      @SakuraDev  6 місяців тому

      Thank you so much 🙏🙏🙏🙏

  • @hc4382
    @hc4382 9 місяців тому +2

    Very good tutorial, perfect u said a lot of things can not find in others tutorials, especially how to refresh the accessToken silently.

    • @SakuraDev
      @SakuraDev  9 місяців тому +1

      Thanks, I am glad you like it 🙏

    • @SakuraDev
      @SakuraDev  9 місяців тому

      @@michaeltrembovler8301 thanks 🙏 it was for the mic settings. I have fixed it.

  • @larrymcfarlane6202
    @larrymcfarlane6202 7 місяців тому +4

    Not an easy transition to the NextJS section if you're following along with code, but if you can figure it out, hands down one of the best tutorials out there for refresh tokens for both client and server.

    • @SakuraDev
      @SakuraDev  7 місяців тому

      Thanks 👍

    • @arieldebarros
      @arieldebarros 6 місяців тому

      I'm also havind difficulties transitioning to the NextJS. It doesn't even build! How did you manage to follow along the tutorial?

  • @tarek.k.hallak
    @tarek.k.hallak 6 місяців тому

    Thanks a lot 🙏🏻🙏🏻
    You have made it super clear.. and you managed to talk about i guess everything that related to authentication and authorization unlike other youtubers

  • @jpcc1223
    @jpcc1223 7 місяців тому

    i'm wordless, you helped me alot. thank you so much for posting this content!!!!

    • @SakuraDev
      @SakuraDev  7 місяців тому

      Thanks 🙏🙏. I am really happy it was helpful for you

  • @user-hd3lx8qc7s
    @user-hd3lx8qc7s 4 місяці тому

    good job bro ! A most comprehansive tutorial I've seen.

    • @SakuraDev
      @SakuraDev  4 місяці тому

      Thanks 🙏🙏🙏🙏

  • @floviskabanda8044
    @floviskabanda8044 25 днів тому

    that is realy what i was looking for a while... thank you a lot

  • @PattyBeautCode
    @PattyBeautCode 10 місяців тому +5

    I will also learn this Tutorial, The combination in this tutorial is awesome !
    I see how amazing things NestJS can do !
    I am still waiting for NestJS Postgres TypeORM, JWT Token, Key Cloak authentication, user role and OTP login !oo

    • @SakuraDev
      @SakuraDev  10 місяців тому +1

      Hey, I am really glad you like it. Since I have not worked with Key Cloak, I need to do some research and find out how we can integrate it with node.js frameworks.

    • @PattyBeautCode
      @PattyBeautCode 10 місяців тому

      @@SakuraDev I appreciated your replied, I like how you teach a lot. it simple and easy to understand for beginner, but I have given some intermediate task that not much good tutorial available form y usecase, you're kind of my last hope lol

  • @bhavikshah5869
    @bhavikshah5869 2 місяці тому

    This was insanely helpful for me. Thank you!

    • @SakuraDev
      @SakuraDev  2 місяці тому

      Thank you so much for your support 🙏💓

  • @eugenetsymbal2170
    @eugenetsymbal2170 6 місяців тому

    Thanks for the great tutorial. I just want to make one clarification for those who are not familiar with JWT authorization. The refresh token must be implemented in such a way that it cannot be used more than once. And if an malicious user gets your refresh token and uses it, you will notice it immediately when you try to use it on your side. But in your implementation, if I understand correctly, the refresh token is reusable, since it is hardly possible to implement it without saving the token value itself to the database.

  • @denvudd4492
    @denvudd4492 10 місяців тому +1

    Thank you so much friend it's been really useful tutorial!

    • @SakuraDev
      @SakuraDev  10 місяців тому

      I am really happy it was helpful for you😃🌹

  • @khangmach5369
    @khangmach5369 2 місяці тому

    Thank u, one of underrated awesome content out here.

    • @SakuraDev
      @SakuraDev  2 місяці тому

      Glad you think so!

  • @marcusvinicius1891
    @marcusvinicius1891 6 місяців тому +1

    thank you so much! A real masterclass.

    • @SakuraDev
      @SakuraDev  6 місяців тому

      You're very welcome!

  • @gendev1105
    @gendev1105 10 місяців тому

    Great Content ! Keep Up The Good Work !

    • @SakuraDev
      @SakuraDev  10 місяців тому +1

      Thanks, you too! I am really glad You liked it.

    • @gendev1105
      @gendev1105 10 місяців тому

      @@SakuraDev I am already watching it for a second Time ! keep up the Good Work ! Great Content

  • @jaychoi8821
    @jaychoi8821 8 місяців тому

    This is .... damn! so goooood. thank you a lot ....couldn't help subscribing :)

  • @ekimcemulger8101
    @ekimcemulger8101 10 місяців тому

    You are awesome as always :) ! Thank you.

    • @SakuraDev
      @SakuraDev  10 місяців тому

      Thanks 😃🌹

  • @jalescollegelife
    @jalescollegelife 7 місяців тому

    You're the best, Brother! Hope you have a wonderful life ahead of you!

    • @SakuraDev
      @SakuraDev  7 місяців тому

      Thanks for your nice words 💖. I hope you do well ❤️‍🩹

  • @huskeluv
    @huskeluv 17 днів тому

    I was looking for a tutorial, not for a mayor!
    (brazilian meme to show how grateful I was for find this!)

    • @SakuraDev
      @SakuraDev  17 днів тому

      So, I hope you like it 😉

  • @caresbruh
    @caresbruh 6 місяців тому

    This is far better than those paid courses out there 😍

    • @SakuraDev
      @SakuraDev  6 місяців тому

      I am really glad that you liked it 😊

  • @esquilo_atomico
    @esquilo_atomico 3 місяці тому

    coming here again, very useful video

    • @SakuraDev
      @SakuraDev  3 місяці тому

      Thank you so much 🙏🙏🙏

  • @abdalrhmanalmarakeby5813
    @abdalrhmanalmarakeby5813 Місяць тому

    Thank you very much. This video was very helpful.

    • @SakuraDev
      @SakuraDev  Місяць тому +1

      Really glad it was helpful

  • @_codesan
    @_codesan 10 місяців тому

    Cant wait the next video

    • @SakuraDev
      @SakuraDev  10 місяців тому

      I am really happy that you like my video. In the next video I will refactor the nest.js project and use Drizzle ORM for that. I hope you will like it.

  • @rongcody3292
    @rongcody3292 14 днів тому

    Greate video , Thank you for sharing 🥰

    • @SakuraDev
      @SakuraDev  10 днів тому

      Thanks a lot 🙏. You can also check out my latest Nestjs course playlist.

  • @user-jf4qz4su3l
    @user-jf4qz4su3l 9 місяців тому +1

    thanks bro you are the best teacher!

    • @SakuraDev
      @SakuraDev  9 місяців тому

      Thanks 🙏👍, I am really glad to hear that from you ☺️

  • @jeesan485
    @jeesan485 10 місяців тому

    Thank you so much. your tutorials helped me on my own project. A project idea if its ok, users triggers long running job from client side seeing live status of the said job. Something that can handle lot of users kicking off long running job/script etc

    • @SakuraDev
      @SakuraDev  10 місяців тому

      Thanks. Typically, Node.js is not good on long CPU intensive jobs. although, its performance on I/O intensive jobs is great. so it is better to use microservice architecture for this kind of jobs.

    • @jeesan485
      @jeesan485 10 місяців тому

      @@SakuraDev interesting, do you know any example repo i can look at? my main goal is to run playwright.js browser automation scripts

  • @carlosbarbier2401
    @carlosbarbier2401 6 місяців тому

    Amazing tutorial. Thanks a million

    • @SakuraDev
      @SakuraDev  6 місяців тому

      You're very welcome!

  • @hooyah
    @hooyah 3 місяці тому

    thanks for the video 🙏🙏❤❤, I was curious how to handle role base authorization, at 1:25:07, you created middleware only for those who have sessions, but what if I have a dashboard for users and a dashboard for admin or maybe a dashboard for sellers?
    I like the way you solved the refresh token problem. I usually use axios interceptors like you taught me in the past.

  • @gamingwolf3385
    @gamingwolf3385 10 місяців тому

    Thank you for this beautiful video

    • @SakuraDev
      @SakuraDev  10 місяців тому

      Thank you too, Our pleasure!

  • @milesrykerodazie171
    @milesrykerodazie171 10 місяців тому +1

    Thank you so much for this video.I have done authentication with cookies using nestjs and using the api with nextjs 13.on my local host , it works very well and sets the cookie and persists on page refresh.but when i deployed the nestjs api the cookies does not set at all.the login is successful but the cookies dont set.I have tried several solutions but i still get same issue.any idea on how i can go about this? i will really appreciate help on this.Once again thank you so much

  • @CoreCave
    @CoreCave 10 місяців тому

    Nice effort. we have learned a lot

    • @SakuraDev
      @SakuraDev  10 місяців тому

      Thank you! I'm glad you learned a lot.

  • @sithumdasantha3147
    @sithumdasantha3147 10 місяців тому +1

    Thank you so much for the video

    • @SakuraDev
      @SakuraDev  10 місяців тому

      Thanks 👍🌹🙏

  • @sksabbirhossain2686
    @sksabbirhossain2686 5 місяців тому

    best video ever. love from Bangladesh.😍😍

  • @Valentim_Gab
    @Valentim_Gab 4 місяці тому +1

    When the session expires and the tokens refresh, if you don't press F5, it keeps calling the API thousands of times and when the Refresh expires it gives a lot of errors.

  • @tarek.k.hallak
    @tarek.k.hallak 6 місяців тому +1

    With this implementation if i provided a correct token i can Access any endpoint with all the ID's.. that means that i can access any profile i want if i have its id

    • @SakuraDev
      @SakuraDev  6 місяців тому

      That's right, we should have done some extra validation for that, for example we can extract the id of the user from the access token and authorize the user to get the profile if it is its own profile.

  • @allone258
    @allone258 10 місяців тому

    Great job sir 👏

  • @ego_dubovik
    @ego_dubovik 9 місяців тому

    Hey, Thanks it's realy cool tutorial!

    • @SakuraDev
      @SakuraDev  9 місяців тому

      Thanks, 🙏 I am really glad you like it

  • @tronaitor0
    @tronaitor0 4 місяці тому

    Briefly skimmed through the vide and it look like exactly, what I was looking for. Just had a quick question, my backend for user authentication is developed in Django, but this will be the same right? Thanks!

    • @SakuraDev
      @SakuraDev  4 місяці тому

      Hey 👋. Thanks 👍. Yes the nextjs part is the same.

  • @kellslte
    @kellslte 8 місяців тому

    I love this tutorial! I have been looking for something like this but then I have an issue. I started following the tuorial as I did not have any issues on the backend setting up the things I set up but then I had serious issues with the Next.js next-auth. I am hitting the endpoint but then I am not getting results. I have tried to log the response to see what it contains but then I see nothing in the console. I suspect that it does not log anything because the page refreshes everytime I enter the credentials. Also my return object from the backend is different yours in the video but I was under the impression that I should be able to customixze it to do what I want to, but back to my question, what do you think could be the reason for this?

    • @leobaldoneto
      @leobaldoneto 3 місяці тому

      Check about the useSession. If you are using the NextJS 14 with server components, it will not work.

  • @pirterm
    @pirterm 8 місяців тому +1

    Very nice tutorial. I tried to follow up the client side with Next-Auth, cause my authentication backend is already running in ASP. I noticed one issue, and maybe you can explain what is going on. When I authenticate, I'm having correct user data, access token, refresh token and expires in values, till the first refresh call. Refresh endpoint returns correct data, and the same way I'm returning new token with modified backendTokens, but then on every jwt callback, there are still the same values. So it keep refreshing token on every request. But what funny is, when I use getServerSession in Server Action, there the token is correct (refreshed one). So I ended up refreshing token on each and every request after first one expires.
    Has anyone noticed anything like that before?

  • @lucasdindault417
    @lucasdindault417 6 місяців тому

    Hey ! Nice video!
    I've just got one question: how do you ensure that, on the Next side, the user is automatically logged out when their token expires?

  • @waltervanwoudenberg6876
    @waltervanwoudenberg6876 10 місяців тому +1

    Monorepo with nextjs + nestjs using drizzle and next-auth with the drizzle adapter would be cool video to watch. Where both next and nest share this drizzle db

    • @SakuraDev
      @SakuraDev  10 місяців тому

      Ok, This is a nice suggestion. I put that in my list

  • @CoreCave
    @CoreCave 10 місяців тому +5

    Thanks!

    • @SakuraDev
      @SakuraDev  10 місяців тому +1

      Thanks a lot for your support. ❤❤🌷🌷

  • @angHoangAnhQuan-kb9yq
    @angHoangAnhQuan-kb9yq 5 місяців тому

    Hi thanks for the video, I have a question, at the 47:17 mark in the video, I have an error that "Parameter 'req' implicitly has an 'any' type." so it's really an any type or something other type?
    I'm fixing it by add ''@Request() req: any" but do you have any better idea?

  • @danimusbar
    @danimusbar 8 місяців тому

    tks for your kindness sharing this nestjs, this is i am looking for..
    please make another video full stack using nest js and next js, like marketplace or airbnb or linked in.. tks

    • @SakuraDev
      @SakuraDev  8 місяців тому +1

      Thanks 🙏, I will do that

  • @kubilaybzk
    @kubilaybzk 10 місяців тому

    İ have a small and important question.
    We have an api that lists one product.
    We will ensure that the products are listed by using this api in the admin panel.
    Let's assume that we get the token information thanks to NextAuth, so we need to use it in the api as headers: {Authentication: 'Bearer {token}'}.
    When the page is first loaded, NextJS does not know what this "token" information is, so it crashes while fetch. And the products unfortunately do not appear on the screen. Is there any chance we can do this without putting a talk like if(token) ?

    • @SakuraDev
      @SakuraDev  10 місяців тому

      Hi, It seems you are fetching your product in a client component. I would recommend to fetch data in a server component and the create a loading.tsx page in the same level of that page and then inside the loading just render a spinner or a loader or... The next.js will show the loading page, while your data if fetching

  • @guilhermecfialho
    @guilhermecfialho 8 місяців тому

    Hi there, Nice video... but i have a question, when you navigate into other tabs and came back, it really does the refresh token, but it does not work well while navigation into others routers and reloading page (f5, and others reloads methods) there is an method to solve this problem, to when it reloads the page it does the refreshToken, if accessToken expired? I know in other video that you made, it works but in the client side, but i want to know if there is an way to do in the server side, thanks

  • @sulavbaral9972
    @sulavbaral9972 10 місяців тому +3

    Hey can you make a video with both google and oauth provider like google with capabilities of storing both of these in a database

  • @HuyNguyen-ix4bl
    @HuyNguyen-ix4bl 9 місяців тому

    i have a question , we have the api for auth using nestjs why we must do the nextjs server api ? is this because the next-auth package want it that way ? i never use the next auth package so i need some explain about that

  • @BK-fk4gf
    @BK-fk4gf 6 місяців тому +1

    Definitely great!

  • @fluFFPfizschi
    @fluFFPfizschi 10 місяців тому

    valuable tutorial! thank you

    • @SakuraDev
      @SakuraDev  10 місяців тому

      You're very welcome! I'm thrilled to hear that you found the tutorial valuable. If you ever need more assistance or have questions, feel free to reach out. Happy learning!

    • @fluFFPfizschi
      @fluFFPfizschi 10 місяців тому +1

      @@SakuraDev yes i have a question🙂 i followed your tutorial to the end and i pass the accessToken to the authorization header in the fetch() method. but its annoying to set the authorization header over and over again.
      do you know if we could set the authorization header on every request with the help of the middleware? i tried to implement it this way but i failed 😄

    • @SakuraDev
      @SakuraDev  10 місяців тому +1

      @@fluFFPfizschi hi, if you're using client components, you can use axios interceptors. For server components, I recommend create a reusable fetchData func that only get API url. And then, in there call fetch func and set authorization header. And anywhere you need to fetch, just call fetchData func.

  • @alemendieta3346
    @alemendieta3346 4 місяці тому

    Great tutorial! How can i implement both Credentials and oAuth providers in Auth.js, but with my backend logic in NestJs? That is, store my users in DB, but only NestJs can read/write database?

    • @SakuraDev
      @SakuraDev  4 місяці тому

      Hi thanks 🙏. About your question, yes we can it is little different. Actually I am planning for creating a video about it.

  • @Everydaycono
    @Everydaycono 9 місяців тому +1

    Thank you so much this video is awesome
    I have a question. at the 1:41:30 mark in the video, there's a question about how to hide the session information that appears in the network tab every time you access the web, specifically the "GET /api/auth/session" request, which shows session details such as user and backendTokens. Is there a way to conceal this information? The reason for wanting to hide it is that the token values are being exposed. Do you have any advice on this matter?

    • @SakuraDev
      @SakuraDev  9 місяців тому +1

      Yes, but it isn't a big deal because if the user is not authenticated, it is not shown in the network tab.
      Thanks 👍

    • @Everydaycono
      @Everydaycono 9 місяців тому

      @@SakuraDev thank you!

    • @ngaji_it
      @ngaji_it 8 місяців тому

      @@SakuraDev How about XSS issue?

  • @roktimashraful2085
    @roktimashraful2085 9 місяців тому +3

    Sir , your tutorial was amazing, i have an one question, my question is when you try to refresh the token at that point is it possible to clear the session with sign-out and redirect to the login page?

    • @myrddral11
      @myrddral11 8 місяців тому

      Point on. Just tested: in case of invalidated refresh token, the user session remains valid. I could even navigate to routes assumed protected.

    • @roktimashraful2085
      @roktimashraful2085 8 місяців тому

      Yeaa , and even i con't call logout function in server component also ,

    • @ernestsdane3510
      @ernestsdane3510 6 місяців тому

      That is the nature of JWT auth. There is no real way to honor the user's request to sign out (to invalidate a JWT token) because of this the users are going to stay logged in until the access token expires. In order to solve this issue, you are going to have to look to session based authentication (also known as cookie-based authentication). Because you can save the session tokens in the database, it is very easy to de-authenticate the users - just delete the session token or mark it as invalid.

  • @angHoangAnhQuan-kb9yq
    @angHoangAnhQuan-kb9yq 4 місяці тому

    Hi, I have a question. The refresh token is only use when you reload the page or re-login. What's happen if the access token is expired then you call an API without reload the page? I'm so confused, please help me awnser this. Thank you!

  • @skkabirislam5934
    @skkabirislam5934 7 місяців тому +1

    Amazing ❤❤❤

  • @ozdadev
    @ozdadev 2 місяці тому

    In your components you have manually added the Bearer totken which is not a easily maintainable approach, what if refresh token in invalid?

  • @hasanulhaquebanna
    @hasanulhaquebanna 10 місяців тому

    Appreciate your dedication! I have a question about the token stuff!
    In real-world projects I think, refresh token stuff works like when accessToken expires then again call for access token (till refresh token not expire), and when refresh token expire then user should logged out meaning need to login and new refresh token add.
    But in your case, it's not working like that, may I know why?

    • @SakuraDev
      @SakuraDev  10 місяців тому +1

      Exactly. My solution is following that approach. Is there a problem with that?

    • @hasanulhaquebanna
      @hasanulhaquebanna 10 місяців тому +1

      @@SakuraDev I think you're doing that with client side, because i didn't get any of that idea properly from backend! That's why get confused, plus you didn't send any token in cookies through backend

    • @SakuraDev
      @SakuraDev  10 місяців тому +2

      @@hasanulhaquebanna there are two approach for authentication in backend. Stateless which uses jwt and stateful which uses session in backend. You are talking about session based auth and I talk about stateless auth.

    • @hasanulhaquebanna
      @hasanulhaquebanna 10 місяців тому +2

      @@SakuraDev thank you so much for clarification but with jwt we can also get both approaches right? That is what I tried to say

    • @SakuraDev
      @SakuraDev  10 місяців тому +2

      @@hasanulhaquebanna yes we can use both. 🙏👍

  • @davithchhung7577
    @davithchhung7577 10 місяців тому

    Nice video!

    • @SakuraDev
      @SakuraDev  10 місяців тому +1

      Thanks for the visit

  • @wervana
    @wervana 8 місяців тому +1

    How to use Google Provider with it? Client is not sending password to check the authenticity of the user.

  • @matheusdesousamenezes514
    @matheusdesousamenezes514 10 місяців тому

    Wonderful tutorial! I would like to ask a question that i couldn't understand in the NextAuth docs:
    Lets say that we have two computers: "A" and "B".
    - I log in with with my account in computer "A"
    - Then i log in with the same account in computer "B"
    I understand that computer "B" should have the refreshed token, and computer "A" should have it's own token as invalid (therefore the refresh endpoint would give an error). But how does NextAuth deals when the HTTP call inside the refreshToken function gives an error? Does it erases the cookie?
    Sorry for the bombarding of questions, and again, many thanks for the tutorial!
    EDIT: I think the problem of my question is more about the business model of the api (if the backend allows two active tokens at the same time for example), but i still would like to know what should happen if that refreshToken gives an error hehehe

    • @SakuraDev
      @SakuraDev  10 місяців тому +1

      Hi, In this project, the backend does not keep track of the jwts, so it allows multiple valid jwt as far as they are valid and not expired. if you want to keep track of active jwts, you should store them in a db when you are creating them.

  • @noureddein8044
    @noureddein8044 5 місяців тому

    Thanks alot for the amazing videio
    but now what will happend if the refreshToken expired? How I can force the user to logout ? That the main issue i faced when i tried many times to implement the NextAuth.

  • @eriksund1369
    @eriksund1369 3 місяці тому

    At 1:23:44 when you refresh it still has the username in the sessions (top right). How is a good way to have all of this updated as well when the accessToken expires?

  • @mahers8172
    @mahers8172 10 місяців тому

    awesome !
    but I got issu when I refresh the token for the first time it's work but then will refresh secend time it's send the same old refresh token

  • @_codesan
    @_codesan 9 місяців тому +12

    Terima kasih.

    • @SakuraDev
      @SakuraDev  9 місяців тому +1

      Thank you so much for your support ❤️🙏

  • @JoãoBisinotti
    @JoãoBisinotti 26 днів тому

    what about the deprecation warnings for bcrypt dependecies? You didn't get that on your installation but I saw more people with this issue

    • @SakuraDev
      @SakuraDev  26 днів тому +1

      I will upload an update for this video

  • @youngming7752
    @youngming7752 7 місяців тому

    Good video except that you left out an important part:
    Checking if the refresh token is expired.
    In a comment below u mentioned that you should just call the sign out function in this case but inside the jwt callback it is not possible to call that function. Yes you could run it inside the protected page but that is also not practical if there are multiple protected pages.
    Then there is also the middleware.ts but when calling the sign out function there and redirecting the user, a window is not defined error is being thrown...

    • @SakuraDev
      @SakuraDev  7 місяців тому +1

      Thanks for bringing that to my attention 🙏

    • @youngming7752
      @youngming7752 7 місяців тому

      ​@@SakuraDevI found a very simple solution for this.
      We can include the "session" option in inside [...nextauth].ts right after the "callbacks" option. There we set strategy to jwt and maxAge to the same lifetime that we specified for the refresh token in the custom backend.
      The session lifetime and refresh token lifetime will be synchronized that way.
      If the lifetime for the refresh token is 7 days (and session maxAge 7 days) and the user visits the page after 7 days, the session (from the session option) will be expired and the user will be logged out. Hope this helps anyone having the same issue

    • @youngming7752
      @youngming7752 7 місяців тому

      There is also another big issue: When reloading a page manually the jwt callback is being triggered, but the jwt callback is not being triggered on page transitions.
      So if the user stays on the same page until the access token expires and then e.g. submits something using a button click, he will provide the invalid access token because it has not been refreshed.
      I also figured out a solution for that which includes using the refetchInterval option from the SessionProvider component

  • @michaeltrembovler8301
    @michaeltrembovler8301 8 місяців тому

    I 'd faced the problem of CORS Error when sends POST request by await fetch(Backend URL + "/auth/register" {...}) from the client side. Will be very thankful for answer.

    • @tayutai1616
      @tayutai1616 8 місяців тому

      I solved that problem by adding `app.enableCors()` to main.ts of Nest.js project.

  • @esquilo_atomico
    @esquilo_atomico 3 місяці тому

    🤗Obrigado amigo! Você é um amigo!

    • @SakuraDev
      @SakuraDev  3 місяці тому

      Thank you so much. It means a lot to me 🙏❤️

  • @chutikarnputtiwarodom8120
    @chutikarnputtiwarodom8120 9 місяців тому

    Thank you so much!

    • @SakuraDev
      @SakuraDev  9 місяців тому

      You're welcome! 🌷

  • @anowarulhassan5117
    @anowarulhassan5117 10 місяців тому

    Awesome👍👍👏😊😊

    • @SakuraDev
      @SakuraDev  10 місяців тому +1

      Thanks for the visit

  • @denvudd4492
    @denvudd4492 6 місяців тому

    Hey, can you please make the video where you combine custom credentials and Google Provider for example? It works cool for now, but in my app, I want to add OAuth and I can't figure out how I need to combine these 2 flows. Like we need a password for user creation, right? Do we need to create a separate model for OAuth users?
    Thank you again friend!

  • @vanithb6630
    @vanithb6630 9 місяців тому

    Bro I have a doubt.. while call api.. if api is facing error how to handle it

  • @helpsleepingrelax3071
    @helpsleepingrelax3071 10 місяців тому

    Sir, how to handle it if the refresh token is not expired, it will log out automatically

  • @rorn-dev
    @rorn-dev 10 місяців тому

    i have a question.
    like we know next auth is default to 7d but when we use refresh token like this that back end token will more than 7d right . so if the nextauth session was expire what happen here ?

    • @SakuraDev
      @SakuraDev  10 місяців тому

      so you want the backend tokens to be expired when next-auth session is expired?

    • @rorn-dev
      @rorn-dev 10 місяців тому

      @@SakuraDev no. coZ back end refresh token is keep refreshing so it is mean that the time of refresh token is keep longer and longer . back to our next auth session we just use the default to 7day so this point it will not sync . what i want is to make sure that next auth session is expire when the refresh token is expire to keep it sync
      i hope you get my purpose

  • @nitishdesigns4210
    @nitishdesigns4210 5 місяців тому

    I have one doubt. How to logout user when refresh token is expired?

  • @jonyonee
    @jonyonee 10 місяців тому

    Hi, can we please have a video on how to make all routes '/admin/**': { ssr: false }

  • @saifhaq4998
    @saifhaq4998 6 місяців тому

    Awesome Tutorial........... Can you make one with GRAPHQL please

    • @SakuraDev
      @SakuraDev  6 місяців тому +1

      Put it on my list

  • @minhtimus
    @minhtimus 10 місяців тому

    Hi, if i want to add another provider (like google, github) then how can the access/refresh token be generated and sent to the backend?

    • @SakuraDev
      @SakuraDev  10 місяців тому +1

      Hi, you can do it in next auth events

    • @ssatriyaa
      @ssatriyaa 10 місяців тому

      @@SakuraDev This one is quite confusing. Please do this one (google provider with nextjs and nestjs) in your next video. Thanks

  • @pde2131
    @pde2131 3 години тому

    Thanks

  • @asadmehboob1300
    @asadmehboob1300 10 місяців тому +1

    can we save user records from Next Auth google provider to nestjs and then database?

    • @SakuraDev
      @SakuraDev  10 місяців тому

      Yes we can. In next auth events and callbacks we can do that. In my next video I will do that.

    • @asadmehboob1300
      @asadmehboob1300 10 місяців тому

      @@SakuraDev ty great

  • @andrechaves4116
    @andrechaves4116 9 місяців тому

    thank you so much!

    • @SakuraDev
      @SakuraDev  9 місяців тому

      You're welcome! 🌷🌷

  • @TemmyCodingLifestyle
    @TemmyCodingLifestyle 8 місяців тому

    Thank you for your response. But Sometimes, the tokens might be good but the user has been deactivated while logged in, which will cause the user profile to be 401. At that point, I'd like to log the user out. Please how can I achieve this? Cause at that point, the user is still authenticated but the profile details getting are throwing a 401 error.
    Thank you for all you do.

    • @SakuraDev
      @SakuraDev  8 місяців тому +1

      In such cases, you can use the "sign out" function from next auth

    • @TemmyCodingLifestyle
      @TemmyCodingLifestyle 8 місяців тому

      @@SakuraDev I can't call signout as a function or use signout in my [...nextauth] route . Maybe I'm not doing it well tho

  • @arieldebarros
    @arieldebarros 6 місяців тому

    Great tutorial! How do we generate random SSL Keys on Windows machines?

    • @SakuraDev
      @SakuraDev  6 місяців тому

      Hi, You should install open ssl on your windows machine and then run this command:
      openssl rand -hex 32

  • @phongngo315
    @phongngo315 10 місяців тому +1

    Hello Sakura Dev, today I watched a lot of videos of you. But I still have some questions, please help me :((.
    I'm building a fullstack website with NextJS. I'm using NextAuth for authentication. And now I can login by credentials and some third app, but I want to have a jwt token to middleware protect when success logged in. But in my session, I don't have any jwt token. How can I achieve it or Do I have to do it? Is safe when return the id in the session? I have tried to return the public information of user in session, and they id I save in jwt, is that right?

    • @SakuraDev
      @SakuraDev  10 місяців тому

      Hey. So you want to protect some pages with next auth middleware?

    • @phongngo315
      @phongngo315 10 місяців тому

      @@SakuraDev Yes, I want protected my post api, because I return the user id in session, so I nervous that can be got by somebody, and they can do a post api

  • @rodrigogr9358
    @rodrigogr9358 10 місяців тому

    My dashboard page is not protected, i can access without a session, what can it be?

    • @SakuraDev
      @SakuraDev  10 місяців тому +1

      Hey 🖐🏻, maybe you did not configure next-auth middleware or you did not set matcher in middleware.

  • @akshaygunshettiwar7080
    @akshaygunshettiwar7080 10 місяців тому

    Is it compulsory to install python while installing the dependency bcrypt?
    Repeatedly giving me the error find python

    • @SakuraDev
      @SakuraDev  10 місяців тому

      I am on Linux and python is installed by default. So I can't tell you that this is necessary or not. But I don't think it needs python.

  • @Maulanafb
    @Maulanafb 6 місяців тому +1

    hello sakura how to authenticate nextjs with nestjs backend with oauth nextauth

  • @ChibuezeLawsonLoctech
    @ChibuezeLawsonLoctech 10 місяців тому

    Hello Sakura Dev. I keep getting this error. Kindly assist: "Nest can't resolve dependencies of the UserService (?). Please make sure that the argument PrismaService at index [0] is available in the UserModule context." it happens once a save this constructor "constructor(private prisma: PrismaService) {}

    • @SakuraDev
      @SakuraDev  10 місяців тому

      Hi, you should register Prisma service in the provider list of user module and also auth module.

    • @ChibuezeLawsonLoctech
      @ChibuezeLawsonLoctech 10 місяців тому

      @@SakuraDev Thank you, sir.

  • @en_kratia
    @en_kratia 7 місяців тому

    Thank you very much

    • @SakuraDev
      @SakuraDev  7 місяців тому +1

      Thanks, I hope it was helpful

  • @OnlyJavascript
    @OnlyJavascript 10 місяців тому +1

    why use nest for back-end? is this for educational purpose or next can't handle back-end services?

    • @SakuraDev
      @SakuraDev  10 місяців тому +6

      Next.js can handle backend services. But for scale projects, definitly, you need a powerfull backend framework like nest.js.

    • @OnlyJavascript
      @OnlyJavascript 10 місяців тому

      @@SakuraDev thank you sir.

    • @johnkucharsky6927
      @johnkucharsky6927 10 місяців тому

      @@SakuraDev what is so powerfull in nestjs? next can handle all this easily. If you don't use backend for other projects, you can use next

    • @SakuraDev
      @SakuraDev  10 місяців тому +1

      @@johnkucharsky6927 for example , with nest.js you can easily create microservices.

  • @ahmedf2
    @ahmedf2 9 місяців тому +1

    in min 22:00, why you didn't provide the hash salt (which you set to 10 breviously) while comparing the given password and the stored password hash?
    N.B: here is the code snippet I am asking about :
    await compare(dto.password, user.password)

    • @SakuraDev
      @SakuraDev  9 місяців тому

      Hey, when comparing, we don't need to pass the salt rounds.

    • @ahmedf2
      @ahmedf2 9 місяців тому +1

      @@SakuraDev why, isn't the salt affect how the hash output will look like?

    • @SakuraDev
      @SakuraDev  9 місяців тому

      @@ahmedf2 Really nice question. The compare function's role is simply to check if the two hashes match. The salt and the number of rounds used for hashing are known and stored with the hashed password, so there's no need to specify them in the comparison function.

  • @sudam-d
    @sudam-d 10 місяців тому +1

    Hi, There is a small issue with the current Nextjs setup.
    Say that an endpoint is going to be hit on a button click in client side.
    If the token has expired, the jwt callback does not get called. It gives a 401 unauthorized. Any suggestions on how to fix it?
    I apprecaite your content. ♥

    • @SakuraDev
      @SakuraDev  10 місяців тому +1

      Yes that's one of the edge cases. let me see how I can handle that. I will let you know. BTW thanks for bringin that to my attention

    • @muhammadusama7121
      @muhammadusama7121 10 місяців тому

      @@SakuraDev Any update on this ? or do you have any suggestions how it should be handled. So I might look into this as well.

    • @SakuraDev
      @SakuraDev  10 місяців тому

      @@muhammadusama7121 Hi, In the next week I will come up with solution.

    • @dimashiskenderov498
      @dimashiskenderov498 10 місяців тому

      @@SakuraDev Awesome video, but for my project I have stumbled on the same issue. I found your older video where you manually update session, should I use that approach when hitting 401 on client side?
      ua-cam.com/video/RPl0r-Yl6pU/v-deo.html

    • @sudam-d
      @sudam-d 10 місяців тому

      HI, I came up with a solution. Let me know whether you need me to share the code to have a look!

  • @okao08
    @okao08 6 місяців тому +1

    How do i implement google auth using nestjs as backend and nextjs as the frontend?

    • @Maulanafb
      @Maulanafb 6 місяців тому

      do you get the solution?

    • @SakuraDev
      @SakuraDev  6 місяців тому +1

      I have a solution in my mind, but I am not sure it is the best solution. So, I will do some research about it and then I will make a short tutorial for that with the best solution.

    • @okao08
      @okao08 6 місяців тому

      @@SakuraDev My use case is that i have an application that requires normal email based login + social logins such as google and apple. for now since i couldn't find a way to implement it using next auth i am using another approach. But I really want your help to see if there is a better way. thank you and keep and wish you a very happy new year 🙂
      Cancel
      Reply

    • @Maulanafb
      @Maulanafb 6 місяців тому

      @@SakuraDev Thank u Sakura dev , i cant wait for the tutorials

  • @mohit84604
    @mohit84604 10 місяців тому

    Sir its almost second week. When will the video wiith drizzle come

  • @conggu-nk7zd
    @conggu-nk7zd Місяць тому

    in middleware how can I get user infor, please have me, next 14 nextauth v4?

    • @SakuraDev
      @SakuraDev  Місяць тому

      Hi, You can access the user with getServerSerssion() in middleware.

  • @molinar1974
    @molinar1974 10 місяців тому +1

    How to proceed (delete session) when refreshToken is expired

    • @SakuraDev
      @SakuraDev  10 місяців тому

      Just call signOut func form next auth