@copropr/auth0-sdk

0.0.1 • Public • Published

Auth0 SDK

A promised based wrapper for the auth0-js library

Installation

# NPM
$ npm i -S @copropr/auth0-sdk

# Yarn
$ yarn add @copropr/auth0-sdk

Usage

// Commonjs
const Auth0 = require('@copropr/auth0-sdk').Auth0

// ES6 module way
import { Auth0 } from '@copropr/auth0-sdk'

const auth0 = new Auth0(optionToPassToAuth0)

Package Sidebar

Install

npm i @copropr/auth0-sdk

Weekly Downloads

3

Version

0.0.1

License

ISC

Unpacked Size

24.4 kB

Total Files

6

Last publish

Collaborators

  • cmseguin