Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <jonatascastro12@gmail.com>
- Loading branch information