UNPKG
n8n-nodes-aliyun-token
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Generate a token for Aliyun Intelligent Speech Service (NLS).
n8n-nodes-aliyun-token
/
README.md
16 lines
(11 loc)
•
263 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# n8n-nodes-kling-token
A custom n8n node to generate JWT tokens for Kling API.
## Usage
-
Input
`accessKey`
and
`secretKey`
-
Returns a JWT token valid for 30 minutes
## Installation
```bash npm install npm run build n8n install ./path-to-this-directory ```