1.0.2 • Published 4 years ago

auth0-sso-jwt-fetcher v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

auth0-sso-jwt-fetcher

A CLI tool that, given a config, facilitates the fetching of a JWT via an Auth0 SSO transaction.

Installation

npm i -g auth0-sso-jwt-fetcher

Usage

asjf ./path/to/config.json

Configs

Example (all fields are required):

{
    "port": 3000,
    "callbackRoute": "/",
    "auth0Domain": "domain.auth0.com",
    "clientID": "client_id",
    "scope": "scope",
    "audience": "audience",
    "redirectUri": "http://localhost:3000",
    "connection": "connection",
    "responseType": "response types"
}
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago