1.1.1 • Published 2 years ago

@redmunroe/auth0-m2m v1.1.1

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

2 years ago

1.1.0

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago