Back to Developer Roadmap

JWT Secret

src/data/best-practices/api-security/content/good-jwt-secret.md

4.0251 B
Original Source

JWT Secret

You should have a good JWT secret to protect against token tempering as well as avoiding brute force attacks.

A strong secret key should be randomly generated, long, and complex, and should be stored securely and rotated periodically.