0.1.2 • Published 2 years ago

xia-js-sso-handler v0.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago