DEV Community

Discussion on: Be careful of the JWT hype train

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao • Edited

Actually, it's assumed that generation of JWT and exchange of it has to be conducted through SSL for security reasons.

So I don't really think JWT is redundant since it's use case is more suited for API gateway backend to authenticate API services of a given user.