-
Notifications
You must be signed in to change notification settings - Fork 12
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 Users.authenticate_with_password()
#197
Add Users.authenticate_with_password()
#197
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## feature/usrld-716-add-authenticateuserwithmagicauth-to-python #197 +/- ##
=================================================================================================
+ Coverage 87.66% 87.77% +0.11%
=================================================================================================
Files 32 32
Lines 1151 1162 +11
=================================================================================================
+ Hits 1009 1020 +11
Misses 142 142
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
adb54f3
to
6d1f33f
Compare
050f447
to
9f4fe54
Compare
6d1f33f
to
cb9677c
Compare
9f4fe54
to
30d9967
Compare
cb9677c
to
fad459e
Compare
fad459e
to
37d6bf2
Compare
* Add `Users` client and `Users.create_user()` method (#191) * Add Users client and Users.create_user() method * Fix comment and format. * Get user. (#192) * Add `Users.list_users()` (#193) * Add `Users.list_users()` * Do not use f-string * Fix comment * Fix format * Remove User type, and other fields * Add add_user_to_organization and remove_user_to_organization methods (#195) * Add `Users.authenticate_with_magic_auth()` (#196) * Add authenticate_with_magic_auth * Update comment * Add `Users.authenticate_with_password()` (#197) * Add `Users.authenticate_with_password()` * Fix method * Update comment * Update test * Add `Users.authenticate_with_code()` (#198) * Add `Users.authenticate_with_token()` method * Rename method * Fix test * Add `Users.create_password_challenge()` method (#199) * Add `Users.complete_password_reset()` method (#200) * Add `Users.send_verification_email()` method (#201) * Add `Users.send_verification_email()` method * Fix Magic Auth challenge * Fix test * Add `Users.verify_email()` method (#202) * Add `Users.send_magic_auth_code()` method (#203) * Add `Users.send_magic_auth_code()` method * Fix test * Fix test 2 * Return `User` instead of `MagicAuthChallenge` response (#204) * Magic Auth and Email Verification response returns User Response instead of MagicAuthChallenge Response * Replace other magic_auth_challenge_id references * Add users.delete_user() method (#205) * Fix authenticate methods (#206) * Add `users.update_user_password()` method (#207) * Add `users.update_user()` method (#208) * Fix Verify Email Code method (#209) --------- Co-authored-by: Jônatas Santos <[email protected]>
Description
Documentation
Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.
If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.