Best Video on Next.js 14 Authentication

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 131

  • @6PackProgrammer
    @6PackProgrammer  6 หลายเดือนก่อน +3

    Join Discord: discord.gg/mhRB3wuS33

    • @MittuRohith
      @MittuRohith 4 หลายเดือนก่อน

      bro provide github link too broo

    • @AbdulRehman-zc7lw
      @AbdulRehman-zc7lw 3 หลายเดือนก่อน

      Hi!!! Please make tutorial on ai photo enhancer web app development like Picwish and cutout pro.. Will you create????

    • @uafkhurram
      @uafkhurram 3 หลายเดือนก่อน

      please also give github link

  • @deyonyt
    @deyonyt 6 หลายเดือนก่อน +6

    excellent video man. covered every small detail in the auth process. been searching for a proper next auth tutorial for the last 24h (spent the whole night from 12am to 6am fixing a weird bug with server actions returning errors in form).

  • @muhammadusama9798
    @muhammadusama9798 6 หลายเดือนก่อน +12

    I was searching for such video and I found this
    and suddenly I saw that this video is uploaded 4 minutes ago
    What a co-Incidence

  • @aman5726
    @aman5726 หลายเดือนก่อน

    Don't worry it's a great straight to the point video , If you struggle understanding, don't watch this it's definitely not for someone who doesn't understand how to quickly navigate the code editor and move your functions to create separation of Concern or reading docs, Learn and read the docs first, then this tutorial is a piece of cake

  • @yash-uy5ym
    @yash-uy5ym 3 หลายเดือนก่อน

    Bhai aap kitna bdia smjhato yaar, koi faltu overacting nahi ek dum raw and real ❤

  • @bitsandpieces5812
    @bitsandpieces5812 3 หลายเดือนก่อน

    I was struggling for a week and found this video today. Life saver bhai. Definitely a gem

  • @arihantkamde9985
    @arihantkamde9985 หลายเดือนก่อน

    G fad video bro after wasting almost 10 hrs finally understood because of you ❤

  • @Xiraex
    @Xiraex 6 หลายเดือนก่อน +1

    You are a goddamn saviour. This is exactly what I was searching. Thank you sooooo much man.

  • @MuhammadBilal-cq6tp
    @MuhammadBilal-cq6tp 2 หลายเดือนก่อน

    Great, please make more videos on Next 14 to make reuseability.

  • @sugogoi
    @sugogoi 6 หลายเดือนก่อน +22

    Nextjs+express+mongodb+jwt pura auth jst complete kr liya, 😂😂

    • @TOONSSTATION
      @TOONSSTATION 6 หลายเดือนก่อน

      Wow

    • @manishfe
      @manishfe 5 หลายเดือนก่อน +3

      Express Kaha se hota hai Next JS MEI 😭😭😭???

    • @farhanakhtar5229
      @farhanakhtar5229 3 หลายเดือนก่อน +1

      Next.js ke saath express kon use karta he

    • @iganic7574
      @iganic7574 2 หลายเดือนก่อน

      Express js🤔

  • @ajiteshmishra0005
    @ajiteshmishra0005 3 หลายเดือนก่อน +1

    While making final component to render
    We write the code like
    export default function App(){
    return ()
    }
    OR
    export function App(){
    return ()
    }
    OR
    function App(){
    return ()
    }
    export default App;
    OR
    const App = ()=>
    {
    return ()
    }
    export default App;
    What is the difference in these 4 types of "export" in React-JS??

    • @growuptips
      @growuptips 3 หลายเดือนก่อน +1

      bro listen export default app ()=>{} and function app ()=>{} export default app are same but when u import this in different file u will import same file with any name and u can import only one but when u dont write default in ahead of app u have to import with same name like import { function name } from "../app" like this and u can do multiple import but in export default u cant do multiple import but while importing u can use any name i hope u understand

    • @ajiteshmishra0005
      @ajiteshmishra0005 3 หลายเดือนก่อน

      @@growuptips Yes, I understood

  • @souravdas4778
    @souravdas4778 6 หลายเดือนก่อน +1

    After watching your video, I implemented the solution in my project. While it works flawlessly in development mode, I encountered a problem in production build mode, receiving an 'not allowed in Edge Runtime' error originating from Mongoose. Despite numerous attempts, I haven't found a solution yet.

    • @CodeWithIndeed
      @CodeWithIndeed 5 หลายเดือนก่อน

      Did you solved it bro?

  • @DeepakSingh-fd2ix
    @DeepakSingh-fd2ix 5 หลายเดือนก่อน

    keep uploading the videos bro soon you will reach 100k

  • @sskharde
    @sskharde 6 หลายเดือนก่อน +1

    My middleware file is not working
    If you have checked the session on each route then why middleware is needed
    When I remove it, the app will be run.
    And Authjs V5 no longer supported middleware

  • @shahabz24
    @shahabz24 2 วันที่ผ่านมา

    sir g un necessary chezian remove krnay kay liay kon sa tool kia hy ?

  • @deepmane5845
    @deepmane5845 6 หลายเดือนก่อน +1

    Can you explain how to use Redux Toolkit or React Redux in Next.js? After implementing it, our entire application can be either client-side or server-side. I'm unclear on how to properly use it in Next.js, so could you clarify my doubts? Also, please explain the advantages and disadvantages of using Redux in Next.js.
    I've noticed that there are tutorials on TH-cam not covering the use of Redux in Next.js. Is Redux unnecessary in Next.js, or is there a reason it's not widely used? If a larger application requires Redux in Next.js, how is it implemented?
    I'd appreciate it if you could address these concerns in your next video. I've commented multiple times on other channels, but I haven't received any responses. If you can create a video on this topic, it would be immensely helpful, as I've been struggling with these questions, and it seems others may have similar doubts. Thank you!

    • @shashinegative9366
      @shashinegative9366 6 หลายเดือนก่อน +1

      Zustand is way more easier and does the same..

    • @priyalraj285
      @priyalraj285 9 วันที่ผ่านมา

      @@shashinegative9366 +1.

  • @syedbilalchand1766
    @syedbilalchand1766 6 หลายเดือนก่อน +2

    Please make a video on access and refresh token for this project

  • @mdwasique7224
    @mdwasique7224 6 หลายเดือนก่อน +1

    Do you have any nextjs14 course on udemy or any other platform?

  • @debarshidas8678
    @debarshidas8678 6 หลายเดือนก่อน +3

    Hey, Can you make a separate video on how we can handle auth with a separate backend. Suppose we are using access token & refresh token based auth in express backend then how can we access the token both in server pages & client pages to call our backend apis & silently refresh the token?

    • @anassaif3181
      @anassaif3181 5 หลายเดือนก่อน

      If you want to generate a token in Express, call your Express route inside the authorize handler from the Next.js server, generate the token in Express, set the response cookies from Express, and then set the response cookies from the Next.js server. Now, on subsequent requests to the Express server, the cookies will be automatically attached to the request.

  • @tejassethi9319
    @tejassethi9319 6 หลายเดือนก่อน

    Amazing video!! Exactly what i was looking for.

  • @Haresh_ahuja
    @Haresh_ahuja 6 หลายเดือนก่อน

    Everything is fine and also one of best video on next auth but i am having some questions
    1. Why don't you provide token while registering user because in modern world user is logged in after registration
    2. Suppose i am having more fields in user schema like education, phone number which is required field so in Social providers how we can achieve that?
    Thanks for your efforts.

    • @6PackProgrammer
      @6PackProgrammer  6 หลายเดือนก่อน +1

      1- If you want to make user logged in after sign up, you can create a token and set in cookies manually, but I didn't do it because I think better approach would be to send verification email to user, then after verification only, user can login.
      2- In the case of social login, user will login without education or phone field but after login, in the profile page user will have the ability to fill those details.

    • @Lucifer-xt7un
      @Lucifer-xt7un 6 หลายเดือนก่อน

      Bro need more videos on next js​@@6PackProgrammer

  • @BilalShahid-c3q
    @BilalShahid-c3q 2 หลายเดือนก่อน

    bro boht acha samjhaya 👏

  • @piyushshrestha3651
    @piyushshrestha3651 4 หลายเดือนก่อน

    Will it be good to create a new api for the user post or the above action server code is better

  • @divyakaskgupta4606
    @divyakaskgupta4606 19 วันที่ผ่านมา

    great explanation!!!

  • @aarushyadav8709
    @aarushyadav8709 6 หลายเดือนก่อน +1

    Next js series please

  • @Chandan2035
    @Chandan2035 5 หลายเดือนก่อน

    production level coding 👍

  • @vaibhavsharma2227
    @vaibhavsharma2227 6 หลายเดือนก่อน +2

    Please make next 14 series

  • @creationlover2
    @creationlover2 6 หลายเดือนก่อน

    Best tutorial video on TH-cam

  • @shivamchawla3171
    @shivamchawla3171 2 หลายเดือนก่อน

    We miss your content bro

  • @MuhammadTayyab-qo1dm
    @MuhammadTayyab-qo1dm 6 หลายเดือนก่อน

    Sir please aik video Next 14 app router main authentication pr bna dain cookies or localstorage use kr k with protected routes. and please use separate APIs donot use next js api. main bht search kia ni mill raha

  • @sportsfever4116
    @sportsfever4116 6 หลายเดือนก่อน

    Next js or MERN stack which should i learn?

    • @suvaranjanpradhan-s4f
      @suvaranjanpradhan-s4f หลายเดือนก่อน

      First go to MERN then You can go with learn NEXTJS

  • @dummymail2495
    @dummymail2495 6 หลายเดือนก่อน

    Could u have please shown the demo first before directly diving into code editor😁🥰

  • @mohammadabbas1623
    @mohammadabbas1623 6 หลายเดือนก่อน

    bro never disappoint from his content

  • @mr.shivamgupta5082
    @mr.shivamgupta5082 6 หลายเดือนก่อน

    sir can you make a project tutorial with nodejs nextjs kafka graphql. Learnt a lot from you.

  • @vipernext2190
    @vipernext2190 4 หลายเดือนก่อน

    as always great video 🔥🔥🔥🔥

  • @anandsrivastav1428
    @anandsrivastav1428 4 หลายเดือนก่อน

    There is a problem with the server configuration.
    Check the server logs for more information. when I enter the incorrect password, then why page is redirected. i want to show error on the login page

    • @petershaan_
      @petershaan_ 3 หลายเดือนก่อน

      try use this in login.ts
      "use server"
      import { signIn } from "@/auth";
      import { AuthError } from "next-auth";
      const credentialsLogin = async (email: string, password:string) => {
      try {
      await signIn("credentials", {
      redirect: false,
      callbackUrl: '/',
      email,
      password,
      });
      } catch (error) {
      if (error instanceof AuthError) {
      if (error.cause?.err instanceof Error) {
      return error.cause.err.message; // return "custom error"
      }
      switch (error.type) {
      case 'CredentialsSignin':
      return 'Invalid credentials';
      default:
      return 'Something went wrong';
      }
      }
      throw error;
      // const someError = error as CredentialsSignin;
      // return someError.cause;
      }
      };


      export {credentialsLogin}

  • @factsbyawadheshgupta6961
    @factsbyawadheshgupta6961 4 หลายเดือนก่อน

    Do someone faced problem in accessing ( throw new CredentialsSignin({cause: "Password does not match"}) )? Bcz cause is not available. How to show this cause? Please help me.

    • @AromalKPrakash-uo4yc
      @AromalKPrakash-uo4yc 4 หลายเดือนก่อน

      did you fix that??

    • @petershaan_
      @petershaan_ 3 หลายเดือนก่อน

      use Error dont use CredentialsSignin
      and in catch in login.ts
      use this
      if (error instanceof AuthError) {
      if (error.cause?.err instanceof Error) {
      return error.cause.err.message; // return "custom error"
      }
      switch (error.type) {
      case 'CredentialsSignin':
      return 'Invalid credentials';
      default:
      return 'Something went wrong';
      }
      }
      throw error;

  • @dilawarkhankamboh
    @dilawarkhankamboh 6 หลายเดือนก่อน +1

    next level content sir thanku

  • @karankhaira8497
    @karankhaira8497 2 หลายเดือนก่อน

    Badia video bhai thanks.

  • @6ixty9
    @6ixty9 6 หลายเดือนก่อน

    how to use the mongo db server while deploying ?

  • @anmolpal9121
    @anmolpal9121 6 หลายเดือนก่อน

    Please make more videos on Next Js

  • @kuldeepsaini460
    @kuldeepsaini460 6 หลายเดือนก่อน

    Yes we want manual authentication

  • @amt.7rambo670
    @amt.7rambo670 6 หลายเดือนก่อน

    bhai vs code mai automatically code kaise suggest horaha??

  • @ambujmittal6824
    @ambujmittal6824 3 หลายเดือนก่อน +1

    No signout????

  • @shankarkadam3990
    @shankarkadam3990 4 หลายเดือนก่อน

    what extension are you using for autofilling the code

    • @AkramKhan-ez9lr
      @AkramKhan-ez9lr 4 หลายเดือนก่อน

      his using a github copilet but its not free.
      but "codium" and "tabnine" extension are free for auto code completion.

  • @Nasir-Hanif
    @Nasir-Hanif 4 หลายเดือนก่อน

    behtreen information

  • @micro_moments1
    @micro_moments1 6 หลายเดือนก่อน

    please make videos on nest js, Prisma, micro services, docker please

  • @moolraj5676
    @moolraj5676 6 หลายเดือนก่อน

    bro please upload full ecommerce project with reduc toolkit please bro your content are so amazing

  • @ranakaleem9012
    @ranakaleem9012 6 หลายเดือนก่อน

    make full authentication with custom login and social login in react... i dont think whole youtube have this...kindly do this

  • @tejassethi9319
    @tejassethi9319 6 หลายเดือนก่อน

    where we can get the source code?

  • @adityav7909
    @adityav7909 6 หลายเดือนก่อน +1

    Love you bhai 🤟

  • @mrbilchalan
    @mrbilchalan 2 หลายเดือนก่อน

    Nice, Thank you.

  •  หลายเดือนก่อน

    bhai refresh token bhi btao

  • @Movies_adducted_mind
    @Movies_adducted_mind 6 หลายเดือนก่อน

    Yaar logic building 😢 me abhi bhi problem aa rhi hai mujhe

  • @muhammaddanishsiddiqui3863
    @muhammaddanishsiddiqui3863 6 หลายเดือนก่อน

    how to next js 14 custom server example windows iis

  • @developer_ravi
    @developer_ravi 6 หลายเดือนก่อน

    Outstanding 🎉🎉❤❤

  • @developing_pain
    @developing_pain 6 หลายเดือนก่อน

    Bro sass use karo please next project mai

  • @arnabsarkar5245
    @arnabsarkar5245 4 หลายเดือนก่อน

    My authorize function is not working, anybody faced this problem?

    • @sportitan2116
      @sportitan2116 3 หลายเดือนก่อน

      Use the beta version

  • @developer_ravi
    @developer_ravi 6 หลายเดือนก่อน

    Job wagra v kar rahe ho bhai kahi ???

  • @itz_rohitop2583
    @itz_rohitop2583 6 หลายเดือนก่อน +1

    Sir Koi badi Acchi project lao nextjs pe, eCommerce type project or Instagram clone

  • @mohdbaqerhaider3440
    @mohdbaqerhaider3440 6 หลายเดือนก่อน

    wanted the manual auth in nextjs please

  • @gauravparasar4571
    @gauravparasar4571 6 หลายเดือนก่อน

    bhiya nextjs me nodemailer se contact us form bnvaa doo

  • @Prince-hy9ng
    @Prince-hy9ng 6 หลายเดือนก่อน +1

    Nodejs course when?

    • @dipanshusabharwal
      @dipanshusabharwal 6 หลายเดือนก่อน

      Ye kuch na daalta

    • @Prince-hy9ng
      @Prince-hy9ng 6 หลายเดือนก่อน

      @@dipanshusabharwalbhai itni videos toh hai channel me or kya chaiye tujhe

    • @aarushyadav8709
      @aarushyadav8709 6 หลายเดือนก่อน

      ​@@dipanshusabharwal Acha L ,, pehle saare videos checkout kar 2 baar Nodejs cover kar chuka hain

    • @alfaizali8991
      @alfaizali8991 6 หลายเดือนก่อน

      Already available

  • @shashinegative9366
    @shashinegative9366 6 หลายเดือนก่อน

    Ek mega project next typescript prisma sql shadcn redux ya zustand

  • @abdulmalik4782
    @abdulmalik4782 11 วันที่ผ่านมา

    1:06:48 pe samne kon tha😂

  • @AryanPamwani
    @AryanPamwani 21 วันที่ผ่านมา

    Source code?

  • @ratishjain2718
    @ratishjain2718 6 หลายเดือนก่อน

    Next-auth is sorted now

  • @zenitsuagatsuma001
    @zenitsuagatsuma001 3 หลายเดือนก่อน

    Hello bhaii, can i know your vs code theme

  • @sankalpbarriar1029
    @sankalpbarriar1029 6 หลายเดือนก่อน +1

    please give source code

  • @dfordemo981
    @dfordemo981 6 หลายเดือนก่อน

    big love from pakistan , thanks

  • @ShambhuBibek
    @ShambhuBibek 6 หลายเดือนก่อน

    jo like no kare uski ma ko parnam ... nahi ho gi

  • @manojsatwase
    @manojsatwase 6 หลายเดือนก่อน

    Make video on multi-factor authentication

  • @poojan_patel6939
    @poojan_patel6939 2 หลายเดือนก่อน

    redirect give an error

  • @abdur786_
    @abdur786_ 6 หลายเดือนก่อน

    Make production level project using nextjs 14

  • @shravansoni7656
    @shravansoni7656 6 หลายเดือนก่อน

    Bhaiya ecommerce using nextjs pe project banaiye please 🙏 🙏 bhaiya Maine aapka chat application video dekha aur banaya mere internship ki salary se mai aapke project ka fees dunga ❤❤ bhaiya thanks ❤ please 🙏 bhaiya ecommerce using nextjs project laiye 🙏

  • @ayeshdev
    @ayeshdev 6 หลายเดือนก่อน

    Bhaiya nestjs with nestjs laoo course

  • @babluverma8385
    @babluverma8385 6 หลายเดือนก่อน

    Hello 6 pack programmer can you help me next js project in seo regading

  • @CobraAnkit
    @CobraAnkit 4 หลายเดือนก่อน

    Please make a timestamp

  • @ShahnawazSayyad
    @ShahnawazSayyad 3 หลายเดือนก่อน

    Github code wud help

  • @tanvir4748
    @tanvir4748 6 หลายเดือนก่อน

    Bhai please provide the github link.

  • @mrsecretstatus9999
    @mrsecretstatus9999 6 หลายเดือนก่อน

    bring a big project using nextjs typescript

  • @anandsrivastav1428
    @anandsrivastav1428 3 หลายเดือนก่อน

    it's not working on production mode. it's showing error
    The error was caused by importing 'mongoose/dist/browser.umd.js'

  • @AK-ln2ko
    @AK-ln2ko 5 หลายเดือนก่อน

    41:00

  • @atishkumarsahu6095
    @atishkumarsahu6095 3 หลายเดือนก่อน

    Iss video ke timestamps provide kar do koi

  • @piyushshrestha3651
    @piyushshrestha3651 4 หลายเดือนก่อน

    Use clerk😂

  • @noobboiii007
    @noobboiii007 หลายเดือนก่อน

    don't know but this is not best video not even quality video

  • @Shawonfarabii
    @Shawonfarabii 5 หลายเดือนก่อน

    mad content

  • @bibekHere25
    @bibekHere25 3 หลายเดือนก่อน

    Nice

  • @shahabz24
    @shahabz24 วันที่ผ่านมา

    maja aya

  • @sherhasan8896
    @sherhasan8896 หลายเดือนก่อน

    good

  • @NeerajTangariya-o7b
    @NeerajTangariya-o7b 5 หลายเดือนก่อน

    NIce 👍

  • @smsaikat9329
    @smsaikat9329 6 หลายเดือนก่อน

    ❤❤❤❤

  • @nasarullahkhan3379
    @nasarullahkhan3379 3 หลายเดือนก่อน

    I wasted 41 minutes. Worst video on next auth.

  • @Iamjoelangel
    @Iamjoelangel 2 หลายเดือนก่อน

    dude English man

  • @SalmanKhan-mn3cn
    @SalmanKhan-mn3cn 5 หลายเดือนก่อน

    bakwas video he , poor explanation , apko to ata he , jo dyk raha he uske mutabiq teach karo

  • @computertraining4229
    @computertraining4229 หลายเดือนก่อน

    I have never seen this much bad teaching method. you are pausing the video and then Oh! I coded this and the video recording was paused shit man. I just request you delete this video ASAP.

  • @OmarFaruk-bz4gw
    @OmarFaruk-bz4gw 6 หลายเดือนก่อน

    ❤❤❤❤❤

  • @Shubham-rf2bs
    @Shubham-rf2bs 6 หลายเดือนก่อน