#11 Login Authentication in React Native using JWT Token | React Native, Node JS & Mongo DB Tutorial

Sdílet
Vložit
  • čas přidán 28. 12. 2023
  • Hello guys,
    In the previous video I have covered Registration, in this video I have created API for login. Also, Integrated JWT to generate a toke. With the help of this token we can show users details.
    Get Code:
    github.com/the-debug-arena/Fr...
    Thank You.
  • Věda a technologie

Komentáře • 24

  • @bilelrahmouni01
    @bilelrahmouni01 Před 3 měsíci

    thank you!

  • @noveltunez6546
    @noveltunez6546 Před 5 měsíci

    nice one, would link to watch the concluding part in the next video

  • @sheikhhamad5069
    @sheikhhamad5069 Před 4 měsíci +1

    Amzazing Videos and please make video of forgot password in react native also

  • @snehapanditpautra8798
    @snehapanditpautra8798 Před 3 měsíci

    Can you please do a video on Email and phone number verification using otp

  • @AhsenMehmood-li7kf
    @AhsenMehmood-li7kf Před 2 měsíci

    LOG [AxiosError: timeout exceeded] I am getting this error when I try to create a new user

  • @chrisowuor605
    @chrisowuor605 Před 4 měsíci

    nice one how did you get rif of this error reanimated version problem (couldn't determine the version of the native part of Reanimated.)

  • @bilelrahmouni01
    @bilelrahmouni01 Před 3 měsíci

    i have a qst my friend, in this case the user should have internet to use the app, what f i want the login to persist even if the user doesnt have internet to call the api, is it safe to store a state that he is logged in in the asyncstorage?

    • @thedebugarena
      @thedebugarena  Před 3 měsíci +1

      Yes we do like this only. It is safe also depending on data you are having. But storing the logged in state in your asyncstorage is common way to logged in your user offline.

    • @thedebugarena
      @thedebugarena  Před 3 měsíci +1

      Check the video after this one I have shown this things.

  • @daytonedits
    @daytonedits Před 2 měsíci

    everything works fine until I try to log in. It says log in successfull, but then I get an error for "Cannot read property 'createDrawerNavigator" of undefined". It has to do with trying to navigate to the home screen I am guessing, but I cannot figure out a solution.

    • @thedebugarena
      @thedebugarena  Před 2 měsíci

      It is related to drawer navigator make sure it is imported properly and from correct package. If issue is still there dm me on instagram

  • @marvelous812
    @marvelous812 Před 4 dny

    sir your doing request api form multiple components. it is OK???

  • @TheReelHub-hq4dv
    @TheReelHub-hq4dv Před 27 dny

    Error Possible Unhandled Promise Rejection (id: 3):
    [AxiosError: Request failed with status code 404]

  • @waleedvrock
    @waleedvrock Před 3 měsíci

    logout where is it

    • @thedebugarena
      @thedebugarena  Před 3 měsíci

      In the next video after this. czcams.com/video/MGtpYbnCWcI/video.html

  • @AhsenMehmood-li7kf
    @AhsenMehmood-li7kf Před 2 měsíci

    LOG [AxiosError: timeout exceeded] I am getting this error when I try to create a new user