Skip to content

2.0.1

Compare
Choose a tag to compare
@stevenclouston stevenclouston released this 12 Jul 03:01
· 33 commits to main since this release
8b4cce1

Breaking changes:

validate_challenge function:

success is not returned anymore. Use is_valid instead.

validate_challenge now returns the following structure:

{
  action: string,
  is_valid: boolean,
  state: string,
  state_updated_at: iso_date_str,
  user_id: uuid,
  idempotency_key: uuid
}