1.1.1 • Published 10 months ago

@redmunroe/auth0-m2m v1.1.1

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

auth0-m2m

Provides a simple interface for retrieving access token from client_credentials authentication method from auth0.

Install

npm i @redmunroe/auth0-m2m 

Import

import Auth0 from '@redmunroe/auth0-m2m

Usage

const client = new Auth0(client_id, domain, client_secret, audience)
const token = await client.getAccessToken();
1.1.1

10 months ago

1.1.0

10 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago