Skip to content

Commit 23e1fdf

Browse files
authored
Fix fos_user provider for jwt example security.yaml
Login firewall requires username_path email, therefore user_provider should utilize email field as well
1 parent 96fec02 commit 23e1fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ security:
2828

2929
providers:
3030
fos_userbundle:
31-
id: fos_user.user_provider.username
31+
id: fos_user.user_provider.username_email
3232

3333
firewalls:
3434
login:

0 commit comments

Comments
 (0)