0.1.1 • Published 2 years ago
@pinax/auth0 v0.1.1
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