Authsignal

Latest version: v3.0.0

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

Scan your dependencies

Page 2 of 2

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

1.0.2

- Fix error that occurs if payload is omitted on the Track function

- Improve error handling

1.0.1

- Fix issues with dependency installation

- Fix version reference

1.0.0

**Breaking changes:**

-Remove `identify` function

-Rename `track_action` function to `track`

-Rename `action_code` params to `action`

-Add `validate_challenge` function

-Transform all return types to `snake_case`

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.