1.0.2 • Published 7 years ago

reception v1.0.2

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
7 years ago

reception

single signon for multiple applications

Availabililty

npm git git docs

Status for master

build status coverage report npm downloads per month Dependency Status bitHound Dependencies bitHound Code TypeScript node JavaScript Style Guide

What is the usecase for reception?

Imagine your are a company and you run multiple apps. Wouldn't it be great to have one user database and to allow your users to gradually adopt more and more of your dependent or independent apps? Then enter the world of reception. It is a service that manages user roles for you.

Usage

Use TypeScript for best in class instellisense.

import * as reception from reception

let myReception = reception.Reception({
    strategyData: {
        
    }
})

npm