0.1.11 • Published 10 years ago
@louislarry/auth0 v0.1.11
louislarry/auth0
Incomplete Javscript SDK and CLI for Auth0 API v2
Install
npm install louislarry/auth0 --save
Configuration File
Default configuration file is ~/.auth0/default
.
Sample ~/.auth0/default
DOMAIN=mydomain.auth0.com
CLIENT_ID=xxxxxxxxxxxxxxx
CLIENT_SECRET=yyyyyyyyyyyyyyyy
To use different config file, pass --config customconfig
parameter
to the auth0
cli. It will then read the config from ~/.auth0/customconfig
.
auth0 create-fakeuser --config customconfig
CLI Usage
Example
auth0 help
Fake users get an appmeta ov value fake
so that we can query and delete for fake users only
connection is default to username-password
if not provided
SDK
LICENSE
MIT