Skip to content

Commit f8e766b

Browse files
committed
📝 add README.md
1 parent c8c7e61 commit f8e766b

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
jwtgen allows you to generate a JWT signed with your SSH private key.
2+
You can then add your public key to the authorized keys of the targeted API.
3+
4+
# Usage
5+
6+
```sh
7+
npm install -g @marmicode/jwtgen
8+
```
9+
10+
```sh
11+
jwtgen
12+
```
13+
14+
![](usage.gif)
15+
16+
# Gotchas
17+
18+
RSA key must be in PEM format, generated with `ssh-keygen -m pem`.

usage.gif

2.8 MB
Loading

0 commit comments

Comments
 (0)