Skip to content

Commit

Permalink
Add README badges
Browse files Browse the repository at this point in the history
  • Loading branch information
peteretelej committed Jul 18, 2021
1 parent 01d4e34 commit 9c0e7c1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# jwt
# jwt CLI

[![Go Report Card](https://goreportcard.com/badge/github.com/peteretelej/jwt)](https://goreportcard.com/report/github.com/peteretelej/jwt)
[![license](https://img.shields.io/github/license/peteretelej/jwt.svg)](https://github.com/peteretelej/jwt/blob/master/LICENSE.md)
[![GitHub release](https://img.shields.io/github/release/peteretelej/jwt.svg)](https://github.com/peteretelej/jwt/releases)

A JWT CLI written in Go.

Also includes:
- A single html file web app for quickly decoding tokens: available online at [https://jwt.etelej.com/](https://jwt.etelej.com/))
- File available at [./webapp](https://github.com/peteretelej/jwt/tree/main/webapp) - uses [petite-vue](https://github.com/vuejs/petite-vue)
Also includes:
- A single html file web app for quickly decoding JWT tokens: available online at [jwt.etelej.com](https://jwt.etelej.com/)
- You can grab the html file at [./webapp](https://github.com/peteretelej/jwt/tree/main/webapp) - uses [petite-vue](https://github.com/vuejs/petite-vue)

## Installation

Expand Down Expand Up @@ -47,7 +51,7 @@ Specify an expiry period for the generated token

### Tips
If you don't want to paste secret as plain text in command line:
- do not specify the `--secret` argument, it will them prompt for pasting or typing secret
- do not specify the `--secret` argument, it will prompt pasting or typing secret (does not print the secret)

```
./jwt --sign '{"user": "Jane Doe"}'
Expand Down

0 comments on commit 9c0e7c1

Please sign in to comment.