Skip to content

Commit

Permalink
Merge pull request #1991 from Jean85/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd authored Mar 4, 2024
2 parents c9cd9f2 + 0f34d39 commit 6ebc6e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/3-configuring_the_security_layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ security:
access_control:
- { path: ^/login, roles: PUBLIC_ACCESS }
- { path: ^/connect, roles: PUBLIC_ACCESS }
- { path: ^/, roles: ROLE_USER } // force login
```

Expand Down

0 comments on commit 6ebc6e3

Please sign in to comment.