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
feat: use JWT bundle's command to create keys (#234)
The idea was proposed in api-platform/docs#1446
and added to the docs in api-platform/docs#1448.
The command was added to the bundle in v2.11.
Composer install was moved first to ensure that the bundle is installed.
This now attempts the permission modification (`setfacl`) irrespective of
the previous existence of the key files. While the cost of this operation
are certainly not zero, it ensures the permissions are as intended no
matter how the key files came to be and leaves the configuration of the
key file name entirely with the bundle/.env file.
0 commit comments