mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
DOC: add jwt key generation in the sf5 installationdoc - format doc
This commit is contained in:
parent
8d225dd68c
commit
102d0dad94
@ -116,9 +116,9 @@ you can either:
|
|||||||
|
|
||||||
- set up the jwt authentication bundle
|
- set up the jwt authentication bundle
|
||||||
|
|
||||||
Some environment variables are available for the JWT authentication bundle in the :code:`..env` file. You must also run the command
|
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`
|
: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.
|
and the :code:`JWT_PUBLIC_KEY` env variables. This is only required for using the stored documents in Chill.
|
||||||
|
|
||||||
Prepare migrations and other tools
|
Prepare migrations and other tools
|
||||||
**********************************
|
**********************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user