You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order for the application to be able to generate JWT tokens, a [PEM encoded keyset needs to be generated](https://symfony.com/bundles/LexikJWTAuthenticationBundle/current/index.html#generate-the-ssl-keys) using the command:
150
+
151
+
```bash
152
+
php bin/console lexik:jwt:generate-keypair
153
+
```
154
+
155
+
The generated key pair will be stored in `config/jwt`
156
+
157
+
!!! note "[[= product_name_cloud =]]"
158
+
159
+
In order to be able to store generate and store the tokens on [[= product_name_cloud =]], you must define `config/jwt`
160
+
as a volume in `.platform.app.yaml`. If you have a 3-node-cluster setup, you must ensure the key pair is the same on all
161
+
3 servers. Either use a network share for this, or use local mount manually copy the same keu pair
0 commit comments