Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions guides/hosting/infrastructure/rate-limiter.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ shopware:
interval: '60 seconds'
```

::: info
The following optional limiters are available starting with Shopware 6.7.10.0.
:::
- `login_user`: Storefront / Store-API customer authentication per email address, regardless of IP.
- `login_client`: Storefront / Store-API customer authentication per IP address, regardless of email.
- `oauth_user`: API oauth authentication / Administration login per username, regardless of IP.
- `oauth_client`: API oauth authentication / Administration login per IP address, regardless of username.


### Configuring time backoff policy

The `time_backoff` policy is built by Shopware itself. It enables you to throttle the request in multiple steps with different waiting times.
Expand Down
Loading