-
Notifications
You must be signed in to change notification settings - Fork 58
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 method to unlink a users identity #35
Conversation
Hey @fschoell, thanks for the contribution! Would you mind adding a test for this as well please?:) |
@sergiughf added a test case for unlinking |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @fschoell and apologies this took a while to review.
Please make sure to run make lint
to spot those linter errors early:)
Left a few comments that should be easily fixed, great work!
should all be fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks for the contribution @fschoell! 🥳
Description
adds a method to unlink a users identity
References
https://auth0.com/docs/api/management/v2#!/Users/delete_user_identity_by_user_id
Testing
Checklist
main
.