Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/modernpoacher/authorisation
https://github.com/modernpoacher/authorisation
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/modernpoacher/authorisation
- Owner: modernpoacher
- Created: 2023-05-29T18:52:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T04:00:39.000Z (16 days ago)
- Last Synced: 2024-10-30T07:12:47.277Z (16 days ago)
- Language: JavaScript
- Size: 760 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```