Introduction
Lazor Kit SDK is a seamless solution for integrating Passkey Authentication into the Solana ecosystem, combining a client-side SDK and an on-chain program utilizing Secp256r1 signature verification.
This enables secure, user-friendly login and transaction signing for Solana dApps through Passkeys
built on WebAuthn standards—ensuring cryptographic integrity and a frictionless user experience.
Core Components:
Client-side SDK: Handles Passkey-based login flows and transaction preparation, making it easy for dApps to implement secure user authentication.
On-chain Program: Maintains Passkey-derived PDAs and verifies Secp256r1 signatures, enabling secure transaction execution on-chain.
Last updated