You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename delete_user_authenticator to delete_authenticator for consiste…
…ncy (#29)
* Rename delete_user_authenticator to delete_authenticator for consistency
* Bump major version
Update validate challenge method to call Authsignal's validate endpoi…
…nt (#15)
* Update validate_challenge method to call Authsignal's /validate endpoint
* Explicitly throw error if API response is not in 200 range
* Fix typo
* Fix tests
* Update version to 1.0.2
* Update Gemfile.lock
* Remove jwt gem
* Add isValid to response. Remove success from response.
* Update version to 2.0.0 due to breaking change
* Update validate_challenge incorrect user id check