@pinax/auth0
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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

/@pinax/auth0/

    Package Sidebar

    Install

    npm i @pinax/auth0

    Weekly Downloads

    0

    Version

    0.1.1

    License

    ISC

    Unpacked Size

    13 kB

    Total Files

    8

    Last publish

    Collaborators

    • soa432
    • dominicf96eos
    • yaroshkvorets
    • deniscarriere