1.0.4 • Published 2 years ago

passwordless-node v1.0.4

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

Overview

A wrapper for the unpass.me API to be used on a server. You will need to register for a Private Key.

Installing

NPM

npm install passwordless-node

Yarn

yarn add passwordless-node

Usage

Import Library

import { loginComplete } from "passwordless-node";

Pass in data

const isLoginComplete = await loginComplete(loginData, your_private_key);

Pass in the loginData object that you recieved from the frontend library into the loginComplete function, along with your private key. The function will either return true and you can authenticate the user, or it will throw an error with a message.

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago