@redmunroe/auth0-m2m
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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();

Readme

Keywords

none

Package Sidebar

Install

npm i @redmunroe/auth0-m2m

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

6.4 kB

Total Files

12

Last publish

Collaborators

  • redmunroe