Skip to content

Releases: authsignal/authsignal-ruby

2.1.1

12 Jul 02:02
5c0e2b7
Compare
Choose a tag to compare
  • Adds Update User method
  • Breaking change to align action_code parameter in get_user

v2.0.0

15 Apr 01:41
c1a13ec
Compare
Choose a tag to compare

This change simplifies the validate_challenge method by calling Authsignal's API to validate a challenge.

Breaking changes:

validate_challenge now returns is_valid instead of success

Make user_id optional in validate_challenge method

30 Nov 00:45
e78e1d2
Compare
Choose a tag to compare
  • Make user_id optional in validate_challenge method

Standardise functions to match with other Authsignal SDKs

21 Nov 05:15
c9d14ea
Compare
Choose a tag to compare

Breaking changes:

track_action method:
track_action method changed to track

action_code field in track method changed to action

enrol_authenticator method:
enrol_authenticator changed to enroll_verified_authenticator

identify method
Identify method has been removed

0.1.6

24 Aug 22:10
33ca3d9
Compare
Choose a tag to compare

Use named arguments for validate_challenge input.

Release 0.1.5

23 Aug 23:58
71173f4
Compare
Choose a tag to compare

Changes:

  • Add validate_challenge method