Skip to content

Commit

Permalink
Add firewall example for multiple user providers (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
webignition authored Mar 30, 2024
1 parent 2ea59b1 commit f12d7e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ security:
jwt: ~
refresh_jwt:
check_path: /api/token/refresh # or, you may use the `api_refresh_token` route name
# or if you have more than one user provider
# provider: user_provider_name
# ...

access_control:
Expand Down Expand Up @@ -202,6 +204,8 @@ security:
pattern: ^/api/token/refresh
stateless: true
anonymous: true
# or if you have more than one user provider
#provider: user_provider_name
# ...

access_control:
Expand Down

0 comments on commit f12d7e8

Please sign in to comment.