New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@hello3/core

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hello3/core

Core functionalities of Hello3 authentication, eg. verifying tokens.

latest
Source
npmnpm
Version
0.1.4
Version published
Maintainers
2
Created
Source

@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.

Keywords

hello3

FAQs

Package last updated on 01 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts