1.0.6 • Published 4 years ago

authress-login-sdk v1.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

authress-login-sdk

The Authress Universal Login SDK for javascript app websites and service authentication. Used to integrate with the authentication as a service provider Authress at https://authress.io.

npm version

Usage

npm install authress-login-sdk

Then required the package:

const { Login } = require('authress-login-sdk');

Getting Started

Part 1: Web App UI

Part 2: User Authentication in Service APIs