feat(electron): add passkey support#8850
Conversation
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
…to jw/electron-sdk-passkey-support # Conflicts: # packages/electron/src/index.ts
…to jw/electron-sdk-passkey-support
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Repository UI (inherited) Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
There was a problem hiding this comment.
saved as .template so we don't run this action yet
288e7b3 to
b8e3c81
Compare
Description
Adds opt-in passkey support for
@clerk/electronthrough a new native@clerk/electron-passkeyspackage.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 testruns as expected.pnpm buildruns as expected.Type of change