fix: identify tld type

This commit is contained in:
Maël Gangloff
2024-07-24 21:58:45 +02:00
parent e347f88fd7
commit 3d4f905eab
5 changed files with 103 additions and 13 deletions

View File

@@ -67,7 +67,7 @@ security:
# Easy way to control access for large sections of your site
# Note: Only the *first* access control that matches will be used
access_control:
- { path: ^/api/$, roles: PUBLIC_ACCESS }
- { path: ^/api$, roles: PUBLIC_ACCESS }
- { path: ^/api/docs, roles: PUBLIC_ACCESS }
- { path: ^/api, roles: IS_AUTHENTICATED_FULLY }

View File

@@ -6,7 +6,7 @@ controllers:
api_login:
path: /api/login
# methods: [ 'POST' ]
methods: [ 'POST' ]
oauth_connect_check:
path: /login/oauth/check