The article argues that JSON Web Tokens (JWTs) are not necessary for most applications, as they are designed for large-scale environments like Google and Facebook. For smaller applications, using a normal session mechanism is sufficient and can be more efficient. The article also discusses the limitations and potential drawbacks of using JWTs, such as the need for a secure signing key and the complexity of handling token revocation. The author suggests that using a standard session mechanism can be a simpler and more effective solution.