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-4014] User Authentication Method management API support #450

Merged
merged 9 commits into from
Mar 13, 2023

Conversation

stevehobbsdev
Copy link
Contributor

@stevehobbsdev stevehobbsdev commented Mar 9, 2023

Changes

This PR adds support for the User Authentication Method endpoints in the Auth0 management API.

Endpoint Description
GET /api/v2/users/{user_id}/authentication-methods Get all authentication methods for a user
GET /api/v2/users/{user_id}/authentication-methods/{id} Get an authentication method for a user by ID
POST /api/v2/users/{user_id}/authentication-methods Create a new authentication method for a user
PUT /api/v2/users/{user_id}/authentication-methods Update all authentication methods
PATCH /api/v2/users/{user_id}/authentication-methods/{id} Update one authentication method for a user by ID
DELETE /api/v2/users/{user_id}/authentication-methods Delete all authentication methods for a user
DELETE /api/v2/users/{user_id}/authentication-methods/{id} Delete one authentication method for a user by ID

References

SDK-4014

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 requested a review from a team as a code owner March 9, 2023 15:02
@stevehobbsdev stevehobbsdev changed the title [SDK-4008] User Factor Management API2 support [SDK-4008] User Authentication Method management API support Mar 9, 2023
@stevehobbsdev stevehobbsdev changed the title [SDK-4008] User Authentication Method management API support [SDK-4014] User Authentication Method management API support Mar 9, 2023
@stevehobbsdev stevehobbsdev merged commit 92e11ae into master Mar 13, 2023
@stevehobbsdev stevehobbsdev deleted the sdk-4008/factor-management branch March 13, 2023 12:34
@stevehobbsdev stevehobbsdev mentioned this pull request Mar 13, 2023
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