Skip to content

feat(electron): add passkey support#8850

Open
jeremy-clerk wants to merge 23 commits into
jw/electron-package-scaffoldfrom
jw/electron-sdk-passkey-support
Open

feat(electron): add passkey support#8850
jeremy-clerk wants to merge 23 commits into
jw/electron-package-scaffoldfrom
jw/electron-sdk-passkey-support

Conversation

@jeremy-clerk

Copy link
Copy Markdown
Contributor

Description

Adds opt-in passkey support for @clerk/electron through a new native @clerk/electron-passkeys package.

This includes native macOS and Windows passkey bridges, renderer/preload/main wiring for passkey flows, React integration for installing the passkey strategy, and Electron package docs for setup.

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:

jeremy-clerk and others added 19 commits June 9, 2026 01:14
Add the initial packages/electron package with metadata, dual ESM+CJS
tsup build, exports, and a README placeholder. Exposes the intended
entrypoints with stubbed bodies:

- @clerk/electron (Electron main process)
- @clerk/electron/preload (Electron preload scripts)
Add the initial packages/electron package with metadata, dual ESM+CJS
tsup build, exports, and a README placeholder. Exposes the intended
entrypoints with stubbed bodies:

- @clerk/electron (Electron main process)
- @clerk/electron/preload (Electron preload scripts)
…to jw/electron-sdk-passkey-support

# Conflicts:
#	packages/electron/src/index.ts
@changeset-bot

changeset-bot Bot commented Jun 12, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: a64c534

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Jun 13, 2026 8:49am
swingset Ready Ready Preview, Comment Jun 13, 2026 8:49am

Request Review

@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository YAML (base), Repository UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 6ffc919d-92e9-4028-b062-a5c487418f18

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saved as .template so we don't run this action yet

@wobsoriano wobsoriano force-pushed the jw/electron-package-scaffold branch from 288e7b3 to b8e3c81 Compare June 12, 2026 22:41
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.

2 participants