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:
@@ -1323,7 +1323,7 @@ CIDAAS_JWKS_URL=https://experimenta.cidaas.de/.well-known/jwks.json
|
||||
NUXT_SESSION_PASSWORD=<64-char-hex-secret>
|
||||
```
|
||||
|
||||
**Cidaas Admin Panel Setup:**
|
||||
**Cidaas Admin Panel Setup:**
|
||||
|
||||
1. Create OAuth2 application in Cidaas
|
||||
2. Configure Grant Types: `authorization_code`, `refresh_token`
|
||||
|
||||
Reference in New Issue
Block a user