Guest User

Untitled

a guest
Aug 28th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. security.config:
  2. encoders:
  3. Symfony/Component/Security/User/User: plaintext
  4. providers:
  5. main:
  6. users:
  7. foo: { password: foo, roles: ROLE_USER }
  8. firewalls:
  9. main:
  10. pattern: /.*
  11. http-basic: true
  12. stateless: true
  13. access_control:
  14. - { path: /.*, role: ROLE_USER }
Add Comment
Please, Sign In to add comment