0.0.4 • Published 2 years ago

authone v0.0.4

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

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago