0.1.4 • Published 2 years ago

@hello3/core v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@hello3/core

Core package that contains functionality that is needed on both client & server. Currently this exposes a single function verifyToken() which verifies a VerifiableIdentityToken.

Installation

npm install @hello3/core

Usage

import { verifyToken } from '@hello3/core'

...

const result = await verifyToken(token)

More documentation on integrating Hello3 is available on the docs website.