Authsignal

Latest version: v4.1.0

Safety actively analyzes 724051 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

2.0.5

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

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:


{
action: string,
is_valid: boolean,
state: string,
state_updated_at: iso_date_str,
user_id: uuid,
idempotency_key: uuid
}

1.0.4

- Fix JWT decryption issue

1.0.3

- Fix issue with the validate_challenge method where the `action` key was being used instead of the `actionCode` key

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.