Unsecured JWTs are a huge security vulnerability

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

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

  • @pixelchai
    @pixelchai 3 ปีที่แล้ว

    Thank you for the JWT tip and thanks for all your videos!

    • @jgoebel
      @jgoebel  3 ปีที่แล้ว

      thx, you're welcome!

  • @yuva434
    @yuva434 3 ปีที่แล้ว

    Thanks for all your JWT stuffs. Awesome explanation👏

    • @jgoebel
      @jgoebel  3 ปีที่แล้ว

      My pleasure!

  • @bluex217
    @bluex217 3 ปีที่แล้ว

    Hey there , thanks for the vid! What is your opinion on whether JWT's are necessary when you're already using HTTPS / TLS ?

    • @jgoebel
      @jgoebel  3 ปีที่แล้ว

      I am not sure I understand what you mean. https and JWTs are completely different things

    • @bluex217
      @bluex217 3 ปีที่แล้ว

      @@jgoebel yes right but for the purpose of security when sending passwords, its safer to send a JWT for frequent authorizations because the password is generally not part of the claim even if someone DID decrypt it. With HTTPS and tls (version 1.2 I think?) there is always encryption for the data sent from client to server side and decryption is very difficult since it requires 2 private 🔑 and a public 🔑
      So with a JWT sent via HTTPS, are you not sending hashed data that has already been encrypted?