0.1.10 • Published 12 months ago

teamhub-sso-fe v0.1.10

Weekly downloads
-
License
MIT
Repository
-
Last release
12 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

12 months ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago