Releases: authsignal/authsignal-python
Releases · authsignal/authsignal-python
1.0.3 (#13)
- Fix issue with the validate_challenge method where the
action
key was being used instead of theactionCode
key
Authsignal 1.0.2
-
Fix error that occurs if payload is omitted on the Track function
-
Improve error handling
1.0.1 (#10)
-
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