0.1.11 • Published 10 years ago

@louislarry/auth0 v0.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
10 years ago

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

0.1.11

10 years ago

0.1.10

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago