Skip to content
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

[SDK-3119] Add attack protection endpoints #303

Merged
merged 1 commit into from
Feb 17, 2022
Merged

Conversation

adamjmcgrath
Copy link
Contributor

Changes

Add the new attack protection endpoints to the management client:

GET /api/v2/attack-protection/suspicious-ip-throttling
PATCH /api/v2/attack-protection/suspicious-ip-throttling
GET /api/v2/attack-protection/breached-password-detection
PATCH /api/v2/attack-protection/breached-password-detection
GET /api/v2/attack-protection/brute-force-protection
PATCH /api/v2/attack-protection/brute-force-protection

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

  • This change adds unit test coverage
  • This change adds integration test coverage
  • This change has been tested on the latest version of the platform/language or why not

Checklist

@adamjmcgrath adamjmcgrath added the review:medium Medium review label Feb 16, 2022
@adamjmcgrath adamjmcgrath requested a review from a team as a code owner February 16, 2022 14:50
@@ -19,7 +19,7 @@ You can install the auth0 Python SDK using the following command.
For python3, use the following command

.. code-block:: python

Copy link
Contributor Author

@adamjmcgrath adamjmcgrath Feb 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My editor removed a bunch of trailing whitespace

@adamjmcgrath adamjmcgrath merged commit 2b762c4 into master Feb 17, 2022
@adamjmcgrath adamjmcgrath deleted the attack-protection branch February 17, 2022 10:26
@adamjmcgrath adamjmcgrath mentioned this pull request Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review:medium Medium review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants