DEV Community

Discussion on: Be careful of the JWT hype train

Collapse
 
joelnet profile image
JavaScript Joel

Static site with API backend is not a use case for using JWT.

it is also not NOT a use case.

I like JWT when you have multiple distributed systems that need to share a single authentication that a single system doesn't have the authority to maintain itself.

Authentication as a Service.