Skip to content

Releases: workos/authkit-electron

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 14 Aug 15:02
194c237

0.1.2 (2026-08-14)

Bug Fixes

  • add repository field so provenance validation passes (#13) (d4133cd)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 14:45
ee9a1df

0.1.1 (2026-08-14)

Bug Fixes

  • refuse to claim http(s) as a deep-link protocol (#11) (e73bde0)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 19:06
9530d70

0.1.0 (2026-08-11)

Features

  • add types-only /globals subpath export for non-React renderers (8c3d00c)
  • ceremony, deep-link & IPC (Phase 2) (3f78373)
  • core session engine (Phase 1) (ce5589a)
  • example app + automated e2e (Phase 5) (e66d16b)
  • in-app window ceremony mode (Phase 4) (101ea0e)
  • React renderer bindings (Phase 3) (bc60ba1)
  • surface sign-in failures + add release-please automation (#1) (06f042b)

Bug Fixes

  • defer keychain read so createAuthKit() runs before app.whenReady() (d9f82de)
  • example: honor MAIN_VITE_AUTHKIT_CEREMONY from .env for ceremony mode (a5b8811)
  • validate clientId at construction and end hosted session on signOut (53642f0)