-
Notifications
You must be signed in to change notification settings - Fork 35
Added TV rate limits #466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Added TV rate limits #466
Conversation
| <td>Token Vault (<a href="/docs/secure/call-apis-on-users-behalf/token-vault">Connected Accounts</a> and <a href="/docs/secure/call-apis-on-users-behalf/token-vault#supported-token-exchanges">token exchange</a></td> | ||
| <td><code>POST</code></td> | ||
| <td>50</td> | ||
| <td>100/second</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be 50, same as the burst limit
| <td>Token Vault (<a href="/docs/secure/call-apis-on-users-behalf/token-vault">Connected Accounts</a> and <a href="/docs/secure/call-apis-on-users-behalf/token-vault#supported-token-exchanges">token exchange</a></td> | ||
| <td><code>POST</code></td> | ||
| <td>700</td> | ||
| <td>10000/second</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be 700
| <td>Token Vault (<a href="/docs/secure/call-apis-on-users-behalf/token-vault">Connected Accounts</a> and <a href="/docs/secure/call-apis-on-users-behalf/token-vault#supported-token-exchanges">token exchange</a></td> | ||
| <td><code>POST</code></td> | ||
| <td>700</td> | ||
| <td>1500/second</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be 700
| <td>Token Vault (<a href="/docs/secure/call-apis-on-users-behalf/token-vault">Connected Accounts</a> and <a href="/docs/secure/call-apis-on-users-behalf/token-vault#supported-token-exchanges">token exchange</a></td> | ||
| <td><code>POST</code></td> | ||
| <td>10</td> | ||
| <td>20/second</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be 10
| <td>Token Vault (<a href="/docs/secure/call-apis-on-users-behalf/token-vault">Connected Accounts</a> and <a href="/docs/secure/call-apis-on-users-behalf/token-vault#supported-token-exchanges">token exchange</a></td> | ||
| <td><code>POST</code></td> | ||
| <td>700</td> | ||
| <td>1500/second</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be 700
| <td>Token Vault (<a href="/docs/secure/call-apis-on-users-behalf/token-vault">Connected Accounts</a> and <a href="/docs/secure/call-apis-on-users-behalf/token-vault#supported-token-exchanges">token exchange</a></td> | ||
| <td><code>POST</code></td> | ||
| <td>240</td> | ||
| <td>500/second</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be 240
| <td>Token Vault (<a href="/docs/secure/call-apis-on-users-behalf/token-vault">Connected Accounts</a> and <a href="/docs/secure/call-apis-on-users-behalf/token-vault#supported-token-exchanges">token exchange</a></td> | ||
| <td><code>POST</code></td> | ||
| <td>700</td> | ||
| <td>3000/second</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be 700
By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.
Description
References
Testing
Checklist