Improve ACP forum management UI

This commit is contained in:
Micha
2025-12-24 18:30:18 +01:00
parent 5ed9d0e1f8
commit b5d689dd4d
23 changed files with 1037 additions and 20 deletions

View File

@@ -5,6 +5,9 @@ framework:
# Note that the session will be started ONLY if you read or write from it.
session: true
serializer:
enabled: true
#esi: true
#fragments: true

View File

@@ -2,3 +2,4 @@ lexik_jwt_authentication:
secret_key: '%env(resolve:JWT_SECRET_KEY)%'
public_key: '%env(resolve:JWT_PUBLIC_KEY)%'
pass_phrase: '%env(JWT_PASSPHRASE)%'
token_ttl: 86400

View File

@@ -9,3 +9,8 @@
controllers:
resource: routing.controllers
api_login:
path: /api/login
methods: [POST]
controller: lexik_jwt_authentication.controller.authentication