-
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
client and Users.create_user()
method
#191
Merged
jonatascastro12
merged 2 commits into
users
from
feature/usrld-699-add-createuser-to-python
Aug 17, 2023
Merged
Add Users
client and Users.create_user()
method
#191
jonatascastro12
merged 2 commits into
users
from
feature/usrld-699-add-createuser-to-python
Aug 17, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jonatascastro12
changed the title
Add Users client and Users.create_user() method
Add Aug 16, 2023
Users
client and Users.create_user()
method
maxdeviant
reviewed
Aug 16, 2023
workos/users.py
Outdated
|
||
|
||
class Users(WorkOSListResource): | ||
"""Offers methods to assist in authenticating through the WorkOS SSO service.""" |
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.
Is this doc comment correct? It looks like it corresponds to SSO.
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.
No. I'll fix that. 👍
This was referenced Aug 17, 2023
Merged
maxdeviant
approved these changes
Aug 17, 2023
jonatascastro12
added a commit
that referenced
this pull request
Aug 17, 2023
* Add Users client and Users.create_user() method * Fix comment and format.
This was referenced Aug 21, 2023
This was referenced Aug 25, 2023
blairworkos
added a commit
that referenced
this pull request
Nov 14, 2023
* 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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.