Here’s my take on JWT* and why I think it’s amazing, after having migrated hundreds of applications in JP Morgan from a legacy authentication solution. *JWT = JSON Web Token 1) Pro: JWT is standardized and supported in most languages For applications to have authentication, this requires developers to tightly integrate authentication when writing the application. Authentication code is tough work