Feature: install lexik jwt and configuration

This commit is contained in:
2023-01-07 21:11:01 +01:00
parent 82c8140e4b
commit e55562c4cd
7 changed files with 508 additions and 82 deletions

6
.env
View File

@@ -81,3 +81,9 @@ MESSENGER_TRANSPORT_DSN=sync://
#
DATABASE_URL="postgresql://postgres:postgres@db:5432/postgres?serverVersion=14&charset=utf8"
###< doctrine/doctrine-bundle ###
###> lexik/jwt-authentication-bundle ###
JWT_SECRET_KEY=%kernel.project_dir%/config/jwt/private.pem
JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public.pem
JWT_PASSPHRASE=2a30f6ba26521a2613821da35f28386e
###< lexik/jwt-authentication-bundle ###