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-3118] Add attack protection endpoints #316

Merged
merged 6 commits into from
Feb 17, 2022

Conversation

stevehobbsdev
Copy link
Contributor

Changes

This PR adds support for the following Attack Protection endpoints for the Auth0 Management API:

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
GET /api/v2/attack-protection/suspicious-ip-throttling
PATCH /api/v2/attack-protection/suspicious-ip-throttling

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 Ruby

Checklist

@stevehobbsdev stevehobbsdev marked this pull request as ready for review February 16, 2022 15:52
@stevehobbsdev stevehobbsdev requested a review from a team as a code owner February 16, 2022 15:52
Copy link
Member

@evansims evansims left a comment

Choose a reason for hiding this comment

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

LGTM!

@stevehobbsdev stevehobbsdev merged commit 14575fe into master Feb 17, 2022
@stevehobbsdev stevehobbsdev deleted the sdk-3118/api2-attack-protection branch February 17, 2022 10:44
This was referenced Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants