Expected Findings
- JWT secret and reusable sample token are exposed.
- Login validation is trivial and client-led.
The login form uses weak email checks and the page boot script grabs JWT debugging data that includes the signing secret and a reusable token.
JWT_SECRET = "super-secret-signing-key"