Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 455 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 455 Bytes

Lit PKP Claim Demo for NodeJS Enviorment

Demo for showcasing claimable key flow, Auth Method used in this demo is stytch showcasing

  • How to derive a key from a stytch auth method type
  • How to claim a key from a stytch auth method type

Usage

Running the demo for key claiming

yarn start --claim

Running the demo for querying keys after claiming

yarn start --lookup

Note All code in this demo is runnable in a web context.