Skip to content

Conversation

@anagstef
Copy link
Member

@anagstef anagstef commented Apr 28, 2025

Description

This PR adds the Captcha element to the SignInStart component to fix issues with invisible captcha being used instead of smart captcha in specific authentication flows:

  • Web3 SSO sign in flows (popup)
  • Combined flow without SSOCallback component (non-transfer flows)

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:

@vercel
Copy link

vercel bot commented Apr 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clerk-js-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 29, 2025 7:19am

@changeset-bot
Copy link

changeset-bot bot commented Apr 28, 2025

🦋 Changeset detected

Latest commit: 7ebbcbb

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

This PR includes changesets to release 3 packages
Name Type
@clerk/clerk-js Patch
@clerk/chrome-extension Patch
@clerk/clerk-expo 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

@anagstef anagstef changed the title Stefanos/add captcha element on signin fix(clerk-js): Add the CAPTCHA element on the SignIn component Apr 28, 2025
@anagstef
Copy link
Member Author

!snapshot

@anagstef anagstef marked this pull request as ready for review April 28, 2025 13:42
@clerk-cookie
Copy link
Collaborator

Hey @anagstef - the snapshot version command generated the following package versions:

Package Version
@clerk/agent-toolkit 0.0.27-snapshot.v20250428134253
@clerk/astro 2.6.9-snapshot.v20250428134253
@clerk/backend 1.30.1-snapshot.v20250428134253
@clerk/chrome-extension 2.3.2-snapshot.v20250428134253
@clerk/clerk-js 5.63.0-snapshot.v20250428134253
@clerk/elements 0.23.19-snapshot.v20250428134253
@clerk/clerk-expo 2.10.2-snapshot.v20250428134253
@clerk/expo-passkeys 0.2.11-snapshot.v20250428134253
@clerk/express 1.4.10-snapshot.v20250428134253
@clerk/fastify 2.2.10-snapshot.v20250428134253
@clerk/localizations 3.14.1-snapshot.v20250428134253
@clerk/nextjs 6.18.1-snapshot.v20250428134253
@clerk/nuxt 1.5.10-snapshot.v20250428134253
@clerk/clerk-react 5.30.1-snapshot.v20250428134253
@clerk/react-router 1.3.1-snapshot.v20250428134253
@clerk/remix 4.6.1-snapshot.v20250428134253
@clerk/shared 3.7.5-snapshot.v20250428134253
@clerk/tanstack-react-start 0.14.1-snapshot.v20250428134253
@clerk/testing 1.6.0-snapshot.v20250428134253
@clerk/themes 2.2.37-snapshot.v20250428134253
@clerk/types 4.55.2-snapshot.v20250428134253
@clerk/vue 1.6.6-snapshot.v20250428134253

Tip: Use the snippet copy button below to quickly install the required packages.
@clerk/agent-toolkit

npm i @clerk/agent-toolkit@0.0.27-snapshot.v20250428134253 --save-exact

@clerk/astro

npm i @clerk/astro@2.6.9-snapshot.v20250428134253 --save-exact

@clerk/backend

npm i @clerk/backend@1.30.1-snapshot.v20250428134253 --save-exact

@clerk/chrome-extension

npm i @clerk/chrome-extension@2.3.2-snapshot.v20250428134253 --save-exact

@clerk/clerk-js

npm i @clerk/clerk-js@5.63.0-snapshot.v20250428134253 --save-exact

@clerk/elements

npm i @clerk/elements@0.23.19-snapshot.v20250428134253 --save-exact

@clerk/clerk-expo

npm i @clerk/clerk-expo@2.10.2-snapshot.v20250428134253 --save-exact

@clerk/expo-passkeys

npm i @clerk/expo-passkeys@0.2.11-snapshot.v20250428134253 --save-exact

@clerk/express

npm i @clerk/express@1.4.10-snapshot.v20250428134253 --save-exact

@clerk/fastify

npm i @clerk/fastify@2.2.10-snapshot.v20250428134253 --save-exact

@clerk/localizations

npm i @clerk/localizations@3.14.1-snapshot.v20250428134253 --save-exact

@clerk/nextjs

npm i @clerk/nextjs@6.18.1-snapshot.v20250428134253 --save-exact

@clerk/nuxt

npm i @clerk/nuxt@1.5.10-snapshot.v20250428134253 --save-exact

@clerk/clerk-react

npm i @clerk/clerk-react@5.30.1-snapshot.v20250428134253 --save-exact

@clerk/react-router

npm i @clerk/react-router@1.3.1-snapshot.v20250428134253 --save-exact

@clerk/remix

npm i @clerk/remix@4.6.1-snapshot.v20250428134253 --save-exact

@clerk/shared

npm i @clerk/shared@3.7.5-snapshot.v20250428134253 --save-exact

@clerk/tanstack-react-start

npm i @clerk/tanstack-react-start@0.14.1-snapshot.v20250428134253 --save-exact

@clerk/testing

npm i @clerk/testing@1.6.0-snapshot.v20250428134253 --save-exact

@clerk/themes

npm i @clerk/themes@2.2.37-snapshot.v20250428134253 --save-exact

@clerk/types

npm i @clerk/types@4.55.2-snapshot.v20250428134253 --save-exact

@clerk/vue

npm i @clerk/vue@1.6.6-snapshot.v20250428134253 --save-exact

@anagstef anagstef self-assigned this Apr 28, 2025
@anagstef anagstef requested review from a team, octoper and panteliselef April 28, 2025 13:49
@anagstef anagstef merged commit d66455e into main Apr 29, 2025
50 of 52 checks passed
@anagstef anagstef deleted the stefanos/add-captcha-element-on-signin branch April 29, 2025 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants