getSalt method

This commit is contained in:
Nicolas Lœuillet
2015-02-10 08:35:43 +01:00
parent 7ffb1e80bf
commit c5e8ba25bb
3 changed files with 26 additions and 7 deletions

View File

@ -56,6 +56,7 @@ security:
target: /
access_control:
- { path: ^/api/salt, roles: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: ^/api/doc, roles: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: ^/login, roles: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: ^/, roles: ROLE_USER }