0.0.4 • Published 3 years ago

authone v0.0.4

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

AuthOne-SDK-JavaScript

AuthOne-SDK-JavaScript

Install

npm install authone

# or
yarn install authone

Use

import { AuthOne } from "authone"

const client = new AuthOne(app_id);

await client.loginWithRedirect("facebook");

const token = await client.getRedirectResult();
// request your backend api with token
0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago