Skip to content

3.0.1

Compare
Choose a tag to compare
@stevenclouston stevenclouston released this 15 Oct 04:00
· 4 commits to main since this release
3a1a143

✨ New Features & Improvements

  • success? in responses: Added success? to provide clear response status indicators.
  • Bang methods to raise errors: Introduced bang versions of methods to immediately raise exceptions when operations fail.
  • action option in validate_challenge method: Ensures that the validated action matches the tracked action when the action parameter is provided.
  • Remove deprecated action_code from validate_challenge response: Cleaned up outdated response structure to avoid confusion.