Skip to content

Conversation

@dstaley
Copy link
Member

@dstaley dstaley commented Feb 11, 2026

Description

This PR implements resetPasswordPhoneCode following the same patterns we already use for resetPasswordEmailCode.

Checklist

  • pnpm test runs as expected.
  • pnpm build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Summary by CodeRabbit

  • New Features
    • Added password reset via phone code. Users can now request a reset code be sent to their phone number, verify the code, and set a new password.

@changeset-bot
Copy link

changeset-bot bot commented Feb 11, 2026

🦋 Changeset detected

Latest commit: 27e27b5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 20 packages
Name Type
@clerk/clerk-js Minor
@clerk/shared Minor
@clerk/react Minor
@clerk/chrome-extension Patch
@clerk/expo Patch
@clerk/agent-toolkit Patch
@clerk/astro Patch
@clerk/backend Patch
@clerk/expo-passkeys Patch
@clerk/express Patch
@clerk/fastify Patch
@clerk/localizations Patch
@clerk/msw Patch
@clerk/nextjs Patch
@clerk/nuxt Patch
@clerk/react-router Patch
@clerk/tanstack-react-start Patch
@clerk/testing Patch
@clerk/ui Patch
@clerk/vue Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Feb 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Feb 11, 2026 6:39pm

Request Review

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 11, 2026

📝 Walkthrough

Walkthrough

This pull request adds support for password reset via phone code across the Clerk SDK. The changes include new type definitions for phone code parameters, implementation of send and verify methods in the SignInFuture class, comprehensive test coverage for the new flows, exposure of the functionality through the React state proxy, and a changelog entry documenting the minor version bumps for three Clerk packages.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: adding support for resetting password via phone code across three Clerk packages, matching the changeset summary exactly.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


No actionable comments were generated in the recent review. 🎉

Tip

Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord.


Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 11, 2026

Open in StackBlitz

@clerk/agent-toolkit

npm i https://pkg.pr.new/@clerk/agent-toolkit@7824

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@7824

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@7824

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@7824

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@7824

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@7824

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@7824

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@7824

@clerk/express

npm i https://pkg.pr.new/@clerk/express@7824

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@7824

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@7824

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@7824

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@7824

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@7824

@clerk/react

npm i https://pkg.pr.new/@clerk/react@7824

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@7824

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@7824

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@7824

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@7824

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@7824

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@7824

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@7824

commit: 27e27b5

@dstaley dstaley merged commit b971d0b into main Feb 11, 2026
67 of 68 checks passed
@dstaley dstaley deleted the ds.feat/signals-reset-password-phone-code branch February 11, 2026 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants