@prove-identity/prove-auth
TypeScript icon, indicating that this package has built-in type declarations

2.4.5 • Public • Published

Prove Auth Web SDK

This SDK provides JavaScript client API to the Prove's authentication platform Prove Auth.

Building

  • Make sure you have Node JS, npm, TypeScript installed:
    • Install node, preferably using nvm, current stable version is v20.2.0
    • Make sure to uninstall any old version on TypeScript compiler - npm uninstall tpc
    • Install TypeScript npm install typescript
    • Build the project from your IDE or CLI - npm run build

Running Samples

  • Build the sdk first, then build the sample code:
    • Build SDK web bundle - npm run clean && npm run build && npm run bundle-dev
    • Build and start sample code - cd samples/basic; npm run build && npm run serve

Readme

Keywords

none

Package Sidebar

Install

npm i @prove-identity/prove-auth

Weekly Downloads

35

Version

2.4.5

License

CC BY-NC-ND 4.0

Unpacked Size

223 kB

Total Files

88

Last publish

Collaborators

  • vk2323
  • diontrepate
  • jspurrier-prove