Skip to content

chore: bump @authorizerdev/authorizer-js to 3.3.0-rc.4#68

Merged
lakhansamani merged 1 commit into
mainfrom
chore/authorizer-js-3.3.0-rc.4
Jul 23, 2026
Merged

chore: bump @authorizerdev/authorizer-js to 3.3.0-rc.4#68
lakhansamani merged 1 commit into
mainfrom
chore/authorizer-js-3.3.0-rc.4

Conversation

@lakhansamani

Copy link
Copy Markdown
Contributor

Summary

Bump @authorizerdev/authorizer-js from 3.3.0-rc.3 to 3.3.0-rc.4.

Two breaking changes landed upstream between those versions:

  • authorizer-js#48 - removed is_multi_factor_auth_enabled from SignUpRequest (security fix closing a bypass of the server's MFA-on-by-default policy). Scoped to the signup path only; UpdateProfileRequest/admin UpdateUserRequest keep the field.
  • authorizer-js#50 - flattened .webhooks()/.emailTemplates()/.verificationRequests() pagination params (PaginatedRequest wrapper removed, PaginationRequest used directly).

Impact on this package

None. Confirmed via repo-wide grep both before and after the bump:

  • Nothing in src/ sets is_multi_factor_auth_enabled on the signup request (AuthorizerSignup.tsx's SignUpRequest literal doesn't include it).
  • Nothing in src/ imports AuthorizerAdmin or calls .webhooks()/.emailTemplates()/.verificationRequests() - those are admin-only methods this login-widget package never touches.

Test plan

  • tsc --noEmit passes
  • npm run build passes

Two breaking changes landed between rc.3 and rc.4:
- #48 removed is_multi_factor_auth_enabled from SignUpRequest (security
  fix - closed a bypass of the server's MFA-on-by-default policy)
- #50 flattened .webhooks()/.emailTemplates()/.verificationRequests()
  pagination params (PaginatedRequest -> PaginationRequest directly)

Neither touches this package: it never sets is_multi_factor_auth_enabled
on signup, and never imports AuthorizerAdmin or calls any of the three
affected methods (grepped, confirmed zero matches both before and after
the bump). tsc --noEmit and build both clean.
@github-actions

Copy link
Copy Markdown

size-limit report 📦

Path Size
dist/index.cjs 60.45 KB (+0.17% 🔺)
dist/index.mjs 59.96 KB (-0.06% 🔽)

@lakhansamani
lakhansamani merged commit 35b52b2 into main Jul 23, 2026
5 checks passed
@lakhansamani
lakhansamani deleted the chore/authorizer-js-3.3.0-rc.4 branch July 23, 2026 23:27
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