Improve ACP forum management UI
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -9,3 +9,8 @@
|
||||
|
||||
controllers:
|
||||
resource: routing.controllers
|
||||
|
||||
api_login:
|
||||
path: /api/login
|
||||
methods: [POST]
|
||||
controller: lexik_jwt_authentication.controller.authentication
|
||||
|
||||
Reference in New Issue
Block a user