`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
2.0.3
2.0.2
Fix build issue caused by securesystemslib
2.0.1
**Breaking changes:**
`validate_challenge` function:
`success` is not returned anymore. Use `is_valid` instead.
`validate_challenge` now returns the following structure: