Next-Auth
4views
The only environment variable that is mandatory is the AUTH_SECRET. This is a random value used by the library to encrypt tokens and email verification hashes. (See Deployment to learn more).
唯一必需的环境变量是AUTH_SECRET 。这是库用来加密令牌和电子邮件验证哈希的随机值。(请参阅部署以了解更多信息)。
Auth.js libraries require you to set an AUTH_SECRET environment variable. This is used to encrypt cookies and tokens. It should be a cryptographically secure random string of at least 32 characters:
Auth.js 库要求您设置AUTH_SECRET环境变量。这用于加密 cookie 和令牌。它应该是至少 32 个字符的加密安全随机字符串:
安全性:
功能需求:
技术实现:
第一种:
npx auth secret
第二种:
openssl rand -base64 32