0.1.2 • Published 3 years ago

xia-js-sso-handler v0.1.2

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

X-I-A SSO Handler

Handler SSO in X-I-A infrastructure

Quick start:

Create the sso handler and then call the refreshAccessToken method

const ssoHandler = new SSOHandler();
ssoHandler.refreshAccessToken()

Parameters

  • ssoUrl: SSO path to redirect to. Default: '/sso/provider',
  • rootCookieName: Cookie which holds global login information. Default: 'xia_root_header_token',
  • accessCookieName = Access Token is hold here. Default: 'xia_access_token',
  • refreshSignalName = Refresh Signal is hold here. Default: 'xia_refresh_signal'

Refresh Signal just inform that there is a refresh token presented.

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago