• by NoahZuniga on 3/24/2025, 9:12:54 PM

    Most of the value from JWTs is from not having to access storage to verify authentication. If you have billions of sessions, it isn't easy to just have one server respond to millions of requests per second. Also it's easier to share authentication information between companies using JWTs. IE: cloudflare access includes a JWT token with forwarded requests.