2.0.1
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
}