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
Library to interact with auth0
import { createClient } from "@pinax/auth0"
const client = createClient( { clientSecret: <YOUR SECRET> } );
const data = await client.getUserInfo("5232244.eosn");
> node example.js
npm i @pinax/auth0
1
0.1.1
ISC
13 kB
8