Missing User Warnings
Medium
- Confidence
- 85% confidence
- Finding
- The example shows a real token request containing a `client_secret` sent to an external Auth0 endpoint, but it does not immediately warn readers that this secret is highly sensitive and must not be hardcoded, committed, logged, or used from untrusted environments such as frontend code. In documentation, users often copy-paste examples directly, so omission of handling guidance can lead to credential leakage and unauthorized token minting if the secret is exposed.
