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

Add Factor Management Endpoints #608

Merged
merged 5 commits into from
Mar 13, 2023
Merged

Add Factor Management Endpoints #608

merged 5 commits into from
Mar 13, 2023

Conversation

frederikprijck
Copy link
Member

@frederikprijck frederikprijck commented Mar 8, 2023

Changes

Add support for the Factor Management Endpoints.

References

Method Endpoint Description
GET /api/v2/users/{user}/authentication-methods Gets a list of authentication methods
GET /api/v2/users/{user}/authentication-methods/{authentication_method_id} Gets an authentication method by ID.
POST /api/v2/users/{id}/authentication-methods Creates an authentication method for a given user.
PUT /api/v2/users/{user}/authentication-methods Updates all authentication methods for a user by replacing them with the given ones.
PATCH /api/v2/users/{user}/authentication-methods/{authentication_method_id} Updates an authentication method.
DELETE /api/v2/users/{user}/authentication-methods Deletes all authentication methods for the given user.
DELETE /api/v2/users/{user}/authentication-methods/{authentication_method_id} Deletes an authentication method by ID

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

@frederikprijck frederikprijck marked this pull request as ready for review March 13, 2023 08:03
@frederikprijck frederikprijck requested a review from a team as a code owner March 13, 2023 08:03
@frederikprijck frederikprijck enabled auto-merge (squash) March 13, 2023 10:27
@frederikprijck frederikprijck merged commit 84004ee into master Mar 13, 2023
@frederikprijck frederikprijck deleted the feat/sdk-4012 branch March 13, 2023 11:54
@frederikprijck frederikprijck 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