@spree/docs 0.1.68 → 0.1.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,6 @@ The Store API enforces rate limits to protect against abuse and ensure fair usag
14
14
  | `POST /auth/login` | 5 requests | Per IP | 1 minute |
15
15
  | `POST /customers` | 3 requests | Per IP | 1 minute |
16
16
  | `POST /auth/refresh` | 10 requests | Per IP | 1 minute |
17
- | `POST /auth/oauth/callback` | 5 requests | Per IP | 1 minute |
18
17
 
19
18
  The global rate limit is tracked by your publishable API key (`X-Spree-Api-Key`). If the key is not provided, the limit falls back to the client's IP address.
20
19