Skip to content

Releases: authsignal/authsignal-python

1.0.3 (#13)

04 Dec 04:04
b581e22
Compare
Choose a tag to compare
  • Fix issue with the validate_challenge method where the action key was being used instead of the actionCode key

Authsignal 1.0.2

04 Dec 01:51
ae927f9
Compare
Choose a tag to compare
  • Fix error that occurs if payload is omitted on the Track function

  • Improve error handling

1.0.1 (#10)

27 Nov 04:34
34731b3
Compare
Choose a tag to compare
  • Fix issues with dependency installation

  • Fix version reference

1.0.0

21 Nov 05:07
6bea576
Compare
Choose a tag to compare

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