passkeys-auth
v0.0.1
Published
🚀 A simple Passkeys (WebAuthn) login SDK, starting with H5 and uni-app.
Downloads
3
Maintainers
Readme
passkeys-auth
🚀 A simple Passkeys (WebAuthn) login SDK, starting with H5 and uni-app.
轻量级通行密钥(Passkeys/WebAuthn)登录 SDK,支持 H5,后续会支持 App 原生、Flutter、React Native。
✨ Features (未来规划)
- ✅ H5 Demo: 基于
navigator.credentials.create/get封装 - 🔄 uni-app 插件: DCloud 插件市场同步更新
- 📱 App 原生支持: iOS (AuthenticationServices), Android (FIDO2 API)
- 🌍 跨端计划: Flutter / React Native / Node.js SDK
- 🔐 后端支持: NestJS / Java Spring Boot / Go / Python
📦 Install
npm install passkeys-auth
# or
yarn add passkeys-auth
# or
pnpm add passkeys-auth