0.1.10 • Published 11 months ago

teamhub-sso-fe v0.1.10

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

teamhub-sso-fe

Javascript lib for SSO

Install

$ npm i teamhub-sso-fe --save

Usage

import { authIAM } from 'teamhub-sso-fe';

authIAM.setOnLogoutHandler(async()=> {
    console.log('logged out')
})

authIAM.setOnAuthenticatedHandler(async () => {
    console.log('logged in')
});

authIAM.setOnUpdateTokenFailedHandler(async (authIAM) => {
    console.log('refresh failed')
});

authIAM.initToken(getTenant());
0.1.10

11 months ago

0.1.9

11 months ago

0.1.8

11 months ago

0.1.7

11 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

1 year ago