Это видео недоступно.
Сожалеем об этом.

What Is JWT(JSON Web Token) ?

Поделиться
HTML-код
  • Опубликовано: 10 май 2019
  • In this tutorial we will looking at what is JWT(JSON Web Token), its structure, when and how to use it for authentication www.javainuse....

Комментарии • 28

  • @rajivraghu9857
    @rajivraghu9857 5 лет назад +7

    Finally got a video where JWT has been explained well :) Thanks JavaInUse

  • @gnanasekaranebinezar7199
    @gnanasekaranebinezar7199 4 года назад

    Excellent explanation on JWT I ever saw. Stunner presentation with laser sharp information about header.payload.signature. No words to say thank you. You are more deserving. Keep rocking !!!

  • @siyedyoussef3202
    @siyedyoussef3202 5 лет назад +2

    One of the best video explaining the jwt topics 👍👍👍

  • @fangrockets281
    @fangrockets281 Год назад

    a nice video about jwt

  • @anirudh514
    @anirudh514 6 месяцев назад

    Very well explained

    • @JavaInUse
      @JavaInUse  5 месяцев назад

      Glad it was helpful!

  • @manishparganiha
    @manishparganiha 4 года назад

    Nice video, infact lots of good tutorial in JavaInUse website. Thanks and keep the Good Karma going.

  • @br4676
    @br4676 5 лет назад +1

    superb sir

  • @peruvianException
    @peruvianException 4 года назад

    EXCELENT EXPLANATION, IS REALLY USEFULL. THANKS A LOT.

  • @prateek4524
    @prateek4524 3 года назад

    best explanation🔥🔥👍

  • @limerence-00
    @limerence-00 5 лет назад +1

    Well done.

  • @abhijitprusty
    @abhijitprusty 5 лет назад +1

    awesome

  • @SushilKumarBhaskar
    @SushilKumarBhaskar 4 года назад +2

    Good explanation thanks... one point to be noticed is that it is base64URL encoding/decoding NOT base64. At 8:25 did any one notice? what happened there, before entering secret key it shows that Signature Verified, i think its [JWT.IO] bug

    • @Sid_Reaction
      @Sid_Reaction 4 года назад

      Yes he just entered 2 characters of secret key and it shows verified..

    • @commonman8229
      @commonman8229 2 года назад

      Yes that is big confused. Still the issue there. Any letter entered it will shown as verified.

  • @SergioArroyoSailing
    @SergioArroyoSailing 4 года назад

    Well done ! Thanks alot 😀👏🏻👏🏻👏🏻

  • @joeabala8933
    @joeabala8933 5 лет назад +1

    Thanks man!

  • @naveenkandimalla5514
    @naveenkandimalla5514 5 лет назад

    Excellent

  • @SUMITKUMAR-il3ro
    @SUMITKUMAR-il3ro 4 года назад

    Like it. Good job

  • @ninosalkaton4461
    @ninosalkaton4461 4 года назад

    Hi,
    When the server gives jwt to the client,
    this jwt will contain (header, payload and secret key) but nobody can encode the secret key and the server will have just a secret key, does that correct?
    Thank you

  • @ILuvBilli
    @ILuvBilli 4 года назад

    JWT is used for authentication or authorization??

  • @commonman8229
    @commonman8229 2 года назад

    Just entering secret key it shows verified in jwt. io... Why... Lot of confusion