1.1.1 • Published 3 years ago

@redmunroe/auth0-m2m v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years 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

3 years ago

1.1.0

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago