0auth-sdk 中文文档教程

发布于 3年前 浏览 17 项目主页 更新于 3年前

0auth-sdk

NPM 版本类型许可证下载

0Auth 的客户端 JavaScript 工具包。

Installation

使用 npm

npm install 0auth-sdk

使用 yarn

yarn add 0auth-sdk

Usage

With react

初始化

import Auth from '0auth-sdk';
Auth.initialize({ 
  brand: 'test'
});
optionstyperequiredescription
brandstringtrueset login page link as [brand].0auth.kr

getOptions

Auth.getOptions()

登录

// if initialized, push to 0auth login page
Auth.login()

getProfile

// if access token is verified
Auth.getProfile()

0auth-sdk

NPM versionTypeLicenseDownloads

Client Side JavaScript toolkit for 0Auth.

Installation

With npm:

npm install 0auth-sdk

With yarn:

yarn add 0auth-sdk

Usage

With react

Initializing

import Auth from '0auth-sdk';
Auth.initialize({ 
  brand: 'test'
});
optionstyperequiredescription
brandstringtrueset login page link as [brand].0auth.kr

getOptions

Auth.getOptions()

login

// if initialized, push to 0auth login page
Auth.login()

getProfile

// if access token is verified
Auth.getProfile()
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文