Skip to content

Commit

Permalink
modif
Browse files Browse the repository at this point in the history
  • Loading branch information
mhetru committed Apr 9, 2022
1 parent 1877074 commit aa1080c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,14 @@ security:
uid:
id: uid_user_provider
```

For Symfony 6:
```
# config/packages/security.yaml
security:
providers:
uid_user_provider:
id: uid_user_provider
```

and specify ***uid_user_provider*** for the keys ***provider*** for your firewalls in security.yaml file

0 comments on commit aa1080c

Please sign in to comment.