DOC: add jwt key generation in the sf5 installationdoc - format doc

This commit is contained in:
nobohan 2024-06-24 09:16:29 +02:00
parent 61d0005be8
commit 8d225dd68c

View File

@ -116,9 +116,9 @@ you can either:
- set up the jwt authentication bundle
Some environment variables are available for the JWT authentication bundle in the `.env` file. You must also run the command
`symfony console lexik:jwt:generate-keypair` to generate some keys that will be stored in the paths set up in the `JWT_SECRET_KEY`
and the `JWT_PUBLIC_KEY` env variables. This is only required for using the stored documents in Chill.
Some environment variables are available for the JWT authentication bundle in the :code:`..env` file. You must also run the command
:code:`.symfony console lexik:jwt:generate-keypair` to generate some keys that will be stored in the paths set up in the :code:`.JWT_SECRET_KEY`
and the :code:`.JWT_PUBLIC_KEY` env variables. This is only required for using the stored documents in Chill.
Prepare migrations and other tools
**********************************