Authentication using JWT - Part 4 ( Generate and Validate JWT ) In Tamil

Поділитися
Вставка
  • Опубліковано 22 бер 2020
  • Part 4 of 4, In this video we see How to generate and validate JSON web token and also learn how to make a private routes
    Playlist Link : • JWT - Authentication (...
    Credits : Dev Ed
    Inspired By : Colt Steele, Brad Traversy

КОМЕНТАРІ • 24

  • @Ja_139
    @Ja_139 2 місяці тому +1

    Na patha video lay aa THE BEST🎉🤝💥

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

    Really good teaching in tamil language 🎉

  • @cricketmoments2083
    @cricketmoments2083 3 роки тому +1

    Crystal clear explanation bro ! Hats off!

  • @jenniferjoseph187
    @jenniferjoseph187 Рік тому

    nandrigal thalaiavareeee

  • @aathipandi45
    @aathipandi45 11 місяців тому

    Super bro...👏👏

  • @ajithanandan5823
    @ajithanandan5823 2 роки тому +1

    Great explain

  • @hariprasathsathasivam428
    @hariprasathsathasivam428 Рік тому

    Vera level bro ..... Semmaya teach paninga thank you ❤️

  • @yaseenimuhammadraja9461
    @yaseenimuhammadraja9461 3 роки тому

    Great tutorial sir👍

  • @NaveenKumar-ue6oc
    @NaveenKumar-ue6oc 2 роки тому

    you saved my life..

  • @Living-and-winning
    @Living-and-winning 2 роки тому +1

    Your explaination is super i like it. But cookie storage is may be use for website developement using node js , what will do for if create API using node js? How can we store the token in cookie storage

  • @ajithkumarv603
    @ajithkumarv603 2 роки тому +1

    Really awesome

  • @ranjeethpaul5719
    @ranjeethpaul5719 Рік тому

    thank you so much nanba!!!!

  • @gokilaindu9862
    @gokilaindu9862 3 роки тому +2

    .How to inactive the cookie while logout?

  • @cypher0166
    @cypher0166 2 роки тому

    make angular video bro

  • @kajendiranselvakumar3507
    @kajendiranselvakumar3507 Рік тому

    Anna ennaku postman la token show agala . What is the problem?

  • @nithyajegan1990
    @nithyajegan1990 3 роки тому

    anna one error solev pana mudiyala pl need help mail ID kidakima
    (node:7820) UnhandledPromiseRejectionWarning: TypeError: User is not a constructor

  • @yusoofsan7921
    @yusoofsan7921 4 роки тому +1

    Jwt yaralaiyum decode Pana mudiyathu soninga but antha jwt official website la poi convert pana nama details show agutha epadi ithu epadi secure

    • @JoBatVirtuSchool
      @JoBatVirtuSchool  4 роки тому +2

      Yes that's a good question @Yusoof !
      1) First of all Tokens la namma user oda details like passwords or other privacy things store pana matom. we used to store the ids or name or admin/not information
      2) Tokens are encrypted in way that others vanthu antha pattern recreate pana mudiyathu. if he recreate means antha token vachi he will access the routes.
      3) Tokens ah atha safe ah namma cookies la store panrom. while log out panra pa tokens ah invalid pani vitruvom.
      4) Even If intruder ku unga token kidachalum atha vachi he can only knows ur username. Since token has a expire time it will automatically becomes invalid. antha token vachi he can't access the routes.
      5) expire aana token vachi ithe mari he cannot recreate a new token just with ur username. that's what I mentioned as decode pana mudiyathu.
      6) tokens can be only recreated only with your secret key atha matum namma remba secured ah vachirukanum.
      Hope this explains your doubt.!

    • @yusoofsan7921
      @yusoofsan7921 4 роки тому

      Thank you bro way of explanation is good 👌

  • @ailsie6132
    @ailsie6132 2 роки тому

    What is the difference between const abc=require("xyz"); and const {abc}=require("xyz"); Answer me ASAP.

    • @Living-and-winning
      @Living-and-winning 2 роки тому

      const abc=require("xyz"); -- this is for variable of npm package, const {abc}=require("xyz"); --- it means object variable for accessing fuction with arguments, you can see that video again very deep

  • @sathisha8392
    @sathisha8392 Рік тому

    can i get your email id bro?