Skip to content

chore(web/app): bump authorizer-react to 2.2.0-rc.4#731

Merged
lakhansamani merged 1 commit into
mainfrom
chore/web-app-authorizer-react-rc4
Jul 24, 2026
Merged

chore(web/app): bump authorizer-react to 2.2.0-rc.4#731
lakhansamani merged 1 commit into
mainfrom
chore/web-app-authorizer-react-rc4

Conversation

@lakhansamani

Copy link
Copy Markdown
Contributor

Summary

  • Bumps web/app's @authorizerdev/authorizer-react dependency from 2.2.0-rc.3 to 2.2.0-rc.4.
  • Picks up the passkey-verify lockout fix from authorizer-react#70 (closes authorizer-react#69): onVerifyWithPasskey previously returned early on any GraphQL error before ever calling resolveAuthStep, making the locked-account branch unreachable dead code - a user whose account got MFA-locked during passkey verify saw a generic dismissable error instead of the intended full-screen AuthorizerMfaLocked lockout.

Test plan

  • npm install resolves 2.2.0-rc.4 (confirmed in package-lock.json).
  • npm run build (vite) succeeds with no errors.
  • npx prettier --check clean (no source changes, dependency bump only).
  • The underlying fix has 7/7 passing Playwright e2e coverage in authorizer-react's own suite (example/e2e/), including a new regression test for the fixed interaction, run against this exact published package version.

Picks up the passkey-verify lockout fix (authorizer-react#69/#70):
onVerifyWithPasskey previously returned early on any GraphQL error
before ever calling resolveAuthStep, making the locked-account branch
unreachable - a locked account showed a dismissable error instead of
the AuthorizerMfaLocked screen.
@lakhansamani
lakhansamani merged commit 0c228d6 into main Jul 24, 2026
3 checks passed
@lakhansamani
lakhansamani deleted the chore/web-app-authorizer-react-rc4 branch July 24, 2026 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant