Passkey authentication made plain and simple.
Add passkey authentication to your web app in a few lines of code. Hosted in Europe. Standalone or alongside your existing auth.
example.ts
import { PlainKey } from "@plainkey/browser"
const plainKey = new PlainKey("YOUR_PROJECT_ID")
const { data, error } = await plainKey.authenticate()
// See the docs for in-depth frontend and backend code.