@copropr/auth0-sdk
v0.0.1
Published
A promised based wrapper for the auth0-js library
Downloads
3
Readme
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)