Skip to content

2.0.5

Compare
Choose a tag to compare
@stevenclouston stevenclouston released this 09 Oct 01:13
· 29 commits to main since this release
23378a7

Release Notes

New Features

delete_user

  • Description: This method allows for the deletion of a user from Authsignal.
  • Parameters:
    • user_id (string): The unique identifier of the user to be deleted.
  • Returns: {"success": True}

delete_user_authenticator

  • Description: This method securely deletes a user's authenticator.
  • Parameters:
    • user_id (string): The unique identifier of the user.
  • Returns: {"success": True}

update_user

  • Description: Updates the details of an existing user.
  • Parameters:
    • user_id (string): The user's unique identifier.
    • data (dict): Updated user details.
  • Returns: The updated user