@pinax/auth0
v0.1.1
Published
Library to interact with auth0
Downloads
5
Keywords
Readme
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