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
Centralise error handling (#28)
* Centralise error handling
* Use global error handling for validate_challenge
* Remove response.raise_for_status() in methods as this is handled globally
* Major version bump
Add action param to validate challenge (#24)
* Add action param to validate_challenge
* Update version.py
* Add test for invalid user_id in validate_challenge method
* Fix test
* Bump version
* Replace duplicated user_id validate_challenge test with action test
* Append /v1 to api_url if not provided.
* Remove base_challenge_url from tests
* Add v1 check to delete user