.NET Core Web API & JWT Token handling in React JS | React JS Authentication

Sdílet
Vložit
  • čas přidán 7. 01. 2023
  • #reactjs #jwt #nihiratechiees
    This video explains below topics
    =========================
    1, Consume .NET 7.0 WEB API
    2, Pass JWT Token from react application
    3, Implement Login using .NET Core Web API
    .NET Web API Video Link
    ======================
    • ASP.NET CORE Web API -...
    GitHub Source code link & DB Script
    ----------------------------------------------------------
    github.com/nihira2020/reactau...
    github.com/nihira2020/Databas...
    Join this channel to get access to perks:
    / @nihiratechiees
  • Věda a technologie

Komentáře • 35

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

    Now I got clear idea about JWT thank you

  • @Ersonusahuofficial
    @Ersonusahuofficial Před rokem +1

    your teaching way is very best

  • @Ajaysahu-db3xl
    @Ajaysahu-db3xl Před 10 měsíci

    How secure it to prevent showing up in dev tool, if we can see it into dev tools then again no meaning of it right?

    • @NihiraTechiees
      @NihiraTechiees  Před 10 měsíci

      If you need more security then encrypt the token

  • @user-qe4xy7jf2m
    @user-qe4xy7jf2m Před 11 měsíci

    Please provide us with the PPT that your were showing in the starting of video

    • @NihiraTechiees
      @NihiraTechiees  Před 11 měsíci

      You can get same information in description. Also will upload soon in git

  • @berkaycoskun4913
    @berkaycoskun4913 Před 11 měsíci

    Hi thank for tutorial Nihira. But github code and video codes arent same can you upload codes in video. Thank you very much

  • @Kamaraj-gx5ql
    @Kamaraj-gx5ql Před rokem

    hi bro your react logging authentication using json server api ,iam also using same way but some error please help as...

    • @NihiraTechiees
      @NihiraTechiees  Před rokem

      What error?

    • @Kamaraj-gx5ql
      @Kamaraj-gx5ql Před rokem

      @@NihiraTechiees if (Object.keys(response.length ===0)) {
      toast.error('Please Enter valid email')
      }else{
      console.log("enter else condition")
      if(response.password === password){
      console.log("password cheching")
      toast.success('Signin Successfully')
      navigate('/')
      }else{
      toast.error("Please Enter valid credentials")
      }
      }
      i give like this but please enter valid email come on error,but that email in json ,and not moving please help bro

    • @bercodinglive
      @bercodinglive Před rokem

      @@Kamaraj-gx5ql Did you solve it ?

    • @Kamaraj-gx5ql
      @Kamaraj-gx5ql Před rokem

      @@bercodinglive yaa yes bro! Thank you so much for asking...

    • @deva.d9178
      @deva.d9178 Před rokem

      Can u help me bro , me also same error

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

    Bro ippo na oru project pannitu iruken bro office use kaga na fresher. Bro na crud api panni react js la datas get pannitan bro but atha entha staff data va add and update panranga nu oru table field terianum bro ithu epdi bro panrathu office motham 3 branch iruku 3 branch kum thani thani ya login podanum.login pannumpothu antha branch oda details than terianum.bro nenga panramari session storage la store panna ellarukum yaru update panranganu teriuma bro. Curret usera epdi get panrathu nu sollu bro.😢unnathan nambi iruken😅😢.

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

      Login panrapo username provide panvingla same data session or local storage la maintain pannunga

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

      @@NihiraTechiees tnx bro

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

    unauthorized users can login from react, please let us know how to validate users in ReactJs

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

      czcams.com/video/QapLfhqU8wY/video.html follow this video

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

      @@NihiraTechiees No I am not asking from the Json Server , I am asking I am using JWT Token authentication ,if we use any username and password it is logging..ex username:dsdsds password:ssddscds

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

      @@NihiraTechiees it is expecting any username and password while using JWT

  • @user-pc9rz4hg2y
    @user-pc9rz4hg2y Před 3 měsíci

    Full tutorial playlist plese?

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

      czcams.com/play/PLfyWdpsiUiPCQzWk1YV0vi-0arAzXm_1B.html

  • @agentsmith2189
    @agentsmith2189 Před 10 měsíci

    Nice and the login ? Xd

  • @Kamaraj-gx5ql
    @Kamaraj-gx5ql Před rokem

    Bro logging authentication la error varuthu bro neega sonathu konja help pannuga bro

    • @NihiraTechiees
      @NihiraTechiees  Před rokem

      Enna error sollunga bro

    • @Kamaraj-gx5ql
      @Kamaraj-gx5ql Před rokem

      @@NihiraTechiees if (Object.keys(response.length ===0)) {
      toast.error('Please Enter valid email')
      }else{
      console.log("enter else condition")
      if(response.password === password){
      console.log("password cheching")
      toast.success('Signin Successfully')
      navigate('/')
      }else{
      toast.error("Please Enter valid credentials")
      }
      }
      bro ipadi kuduthuta ana please enter valid email nu then bro varuthu ana atha email json.db la irruku bro

    • @NihiraTechiees
      @NihiraTechiees  Před rokem

      Capital small case correct ah kudunga

    • @Kamaraj-gx5ql
      @Kamaraj-gx5ql Před rokem

      @@NihiraTechiees correct ah thana bro irruku ena thappu bro

  • @nangdalet5994
    @nangdalet5994 Před rokem

    Where video backend Api sir