Login
node-red-auth-loginAuthenticate to Node-RED admin by exchanging username and password for a bearer token, granting API access.
Instructions
Exchange Node-RED credentials for a bearer token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | * | |
| password | No | ||
| username | No | ||
| client_id | No | node-red-admin | |
| grant_type | No | password |