mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-23 09:00:31 +00:00
grammar suggestions from GalacticHypernova
This commit is contained in:
parent
2037207e02
commit
a831877cc7
@ -26,7 +26,7 @@ npx nuxi@latest module add auth-utils
|
|||||||
|
|
||||||
### 1a. (Optional) Add a session encryption key
|
### 1a. (Optional) Add a session encryption key
|
||||||
|
|
||||||
Session cookies are encrypted using a key set from the `.env` file. This key will be added to your `.env` automatically when running in development mode the first time. However, you'll need to add this to your production environment before deploying.
|
Session cookies are encrypted using a key from the `.env` file. This key will be added to your `.env` automatically when running in development mode for the first time. However, you'll need to add this to your production environment before deploying.
|
||||||
|
|
||||||
```dotenv [.env]
|
```dotenv [.env]
|
||||||
NUXT_SESSION_PASSWORD=password-with-at-least-32-characters
|
NUXT_SESSION_PASSWORD=password-with-at-least-32-characters
|
||||||
|
Loading…
Reference in New Issue
Block a user