0.1.1 • Published 2 years ago

@pinax/auth0 v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

auth0

Library to interact with auth0

Quickstart

import { createClient } from "@pinax/auth0"
const client = createClient( { clientSecret: <YOUR SECRET> } );
const data = await client.getUserInfo("5232244.eosn");

Example

> node example.js
0.1.1

2 years ago

0.1.0

2 years ago