1.0.7 • Published 2 months ago

1login v1.0.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

1Login NodeJS SDK

This is the OneLogin SDK for NodeJS.

Example:

import { OneLogin } from "1login";

const oneLogin = new  OneLogin({
	clientId:  "<client_id>",
	clientSecret:  "<client_secret>",
});

(async () => {
	const accessToken = await oneLogin.getAccessToken("ephemeral_token");
	const profile = await oneLogin.getUser(accessToken);
	console.log(profile);
})();

Website: https://1login.xyz

1.0.7

2 months ago

1.0.6

2 months ago

1.0.5

2 months ago

1.0.4-beta

2 months ago

1.0.3

2 months ago

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

3 months ago