Allow unauthenticated users to view offer details

This commit is contained in:
Jannis Portmann 2021-06-14 23:20:17 +02:00
parent d33e28467b
commit 1ec7f35d73

View file

@ -47,4 +47,4 @@ security:
access_control:
- { path: ^/$, roles: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: ^/admin, roles: ROLE_ADMIN }
- { path: ^(?!/(login|register|reset-password|offers|offer|imprint)), roles: ROLE_USER }
- { path: ^(?!/(login|register|reset-password|offers|offer/*|imprint)), roles: ROLE_USER }