mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 06:01:35 +01:00
configured security.yaml
This commit is contained in:
parent
917bc110e3
commit
7a859080e5
@ -1,6 +1,13 @@
|
||||
security:
|
||||
# https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers
|
||||
encoders:
|
||||
App\Entity\User:
|
||||
algorithm: bcrypt
|
||||
providers:
|
||||
our_db_provider:
|
||||
entity:
|
||||
class: App\Entity\User
|
||||
property: username
|
||||
in_memory: { memory: ~ }
|
||||
firewalls:
|
||||
dev:
|
||||
|
Loading…
Reference in New Issue
Block a user