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-4015] Add Factor Management endpoints #176

Merged
merged 5 commits into from
Mar 13, 2023

Conversation

ewanharris
Copy link
Contributor

@ewanharris ewanharris commented Mar 10, 2023

🔧 Changes

Adds support for the following Factor Management endpoints

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

📚 References

SDK-4015

🔬 Testing

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@ewanharris ewanharris requested a review from a team as a code owner March 10, 2023 17:17
@ewanharris ewanharris changed the title Add Factor Management endpoints [SDK-4015] Add Factor Management endpoints Mar 10, 2023
@ewanharris ewanharris force-pushed the feat/SDK-4015-factor-management branch from 8353283 to 85d6be7 Compare March 10, 2023 17:19
@sergiught sergiught force-pushed the feat/SDK-4015-factor-management branch from 85d6be7 to 307d3e2 Compare March 13, 2023 09:35
@sergiught sergiught force-pushed the feat/SDK-4015-factor-management branch from 307d3e2 to f71b0c5 Compare March 13, 2023 10:29
Copy link
Contributor

@sergiught sergiught left a comment

Choose a reason for hiding this comment

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

Muy bien 💯

@ewanharris ewanharris merged commit a0b6f13 into main Mar 13, 2023
@ewanharris ewanharris deleted the feat/SDK-4015-factor-management branch March 13, 2023 10:44
@aishwaryamurumbekar
Copy link

Hi @ewanharris / @sergiught when can we expect this change to be released?

@ewanharris
Copy link
Contributor Author

Hey @aishwaryamurumbekar, we're aiming to cut a new release of go-auth0 this week

@aishwaryamurumbekar
Copy link

@ewanharris thanks for updating, looking forward to it.

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.

3 participants