Stop using JWTs as a session mechanism (gist.github.com)
from cm0002@mander.xyz to cybersecurity@infosec.pub on 17 Jun 03:13
https://mander.xyz/post/53743062

#cybersecurity

threaded - newest

SamuelEllis@lemmy.world on 19 Jun 11:02 collapse

Shifting away from JWTs for sessions is often a response to the risk of replay attacks when secrets are compromised, but it’s worth noting that stateless designs remain valuable for horizontal scaling and low-latency requirements. The real trade-off lies in balancing the inherent security benefits of tokens against the operational complexity of managing centralized session stores.