Refactor session encryption variable names for consistency
- Changed `NUXT_SESSION_SECRET` to `NUXT_SESSION_PASSWORD` across configuration files and documentation to align with the usage in nuxt-auth-utils. - Updated related comments and documentation to reflect the new variable name, ensuring clarity for developers and users.
This commit is contained in:
@@ -35,7 +35,8 @@ REDIS_PASSWORD=
|
||||
# SESSION ENCRYPTION (nuxt-auth-utils)
|
||||
# ==============================================
|
||||
# Generate with: openssl rand -hex 32
|
||||
NUXT_SESSION_SECRET=generate-with-openssl-rand-hex-32
|
||||
# This variable is automatically used by nuxt-auth-utils for session encryption
|
||||
NUXT_SESSION_PASSWORD=generate-with-openssl-rand-hex-32
|
||||
|
||||
# ==============================================
|
||||
# CIDAAS (OAuth2/OIDC Authentication)
|
||||
|
||||
Reference in New Issue
Block a user