Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/modernpoacher/authorisation


https://github.com/modernpoacher/authorisation

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

## `@modernpoacher/authorisation`

# Authorisation

Get authorisation access tokens by supplying credentials to an authorisation endpoint

## Parameters

Parameters can be supplied as arguments at the comment line, or as environment variables

```dotenv
AUTHORISATION_ENDPOINT=
CLIENT_ID=
CLIENT_SECRET=
AUDIENCE=
GRANT_TYPE='client_credentials'
```