3 Comments
User's avatar
⭠ Return to thread
Uriel Bitton's avatar

Super interesting about how JWT works.

I wonder how a man in the middle attack works in regards to this

Expand full comment
Neo Kim's avatar

nice to see you here, Uriel.

- default to HTTPS

- server validates the JWT signature each time, so it's difficult to spoof

- encrypt JWT (https://www.rfc-editor.org/rfc/rfc7516)

- some best practices: https://newsletter.systemdesign.one/i/162682441/jwt-security

Expand full comment
Uriel Bitton's avatar

Thanks Neo!

I'll take a look :)

Expand full comment
ErrorError