@hello3/core
v0.1.4
Published
Core functionalities of Hello3 authentication, eg. verifying tokens.
Downloads
3
Readme
@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.