giant-sso-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

Giant SSO Sdk

安装

npm i giant-sso-sdk

使用说明

const auth = new GiantSSO({
  clientId: '',
  env: 'prod',
  redirectUri: window.location.href,

  /** reverse proxy */
  proxyBaseUri: 'https://example.ztgame.com/sso',
  
  /** sdk developer only */
  proxyEnv: 'test'
})
auth.login()
const session = await auth.getSession()
auth.logout()

Readme

Keywords

none

Package Sidebar

Install

npm i giant-sso-sdk

Weekly Downloads

13

Version

0.2.0

License

none

Unpacked Size

47.1 kB

Total Files

5

Last publish

Collaborators

  • long.zhang