Skip to content

Commit a09283e

Browse files
authored
fix: remove 'anonymous' security in JWT config (#1447)
The anonymous option for the firewall config was removed in symfony 5.1 as explained here: symfony/symfony#36574 Using the option caused an error but it can be skipped. "[A] user that is not authenticated is similar to an "unknown" user: They both have no rights at all." Resolves #1445
1 parent 29bffd0 commit a09283e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/jwt.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ security:
8484
security: false
8585
main:
8686
stateless: true
87-
anonymous: true
8887
provider: app_user_provider
8988
json_login:
9089
check_path: /authentication_token

0 commit comments

Comments
 (0)