Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thevillagehacker authored Sep 14, 2023
1 parent ee6c029 commit a4905c7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# JWT-decoder
JSON Web Token decoder tool written in golang.

# Usage
## Usage

```sh
go run main.go -t eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6MTY5NDQ5NDUzNSwiZXhwIjoxNjk0NDk4MTM1fQ.UkhULVq2XdcHf64uPyw2UiHTIjyeuvWuhqgdXc3PhLo
```

# Output
## Output

```text
-------------------------------------
Header: {"typ":"JWT","alg":"HS256"}
Expand All @@ -22,7 +23,8 @@ Signature: UkhULVq2XdcHf64uPyw2UiHTIjyeuvWuhqgdXc3PhLo
-------------------------------------
```

# Build Binary
## Build Binary

```sh
go build main.go
```

0 comments on commit a4905c7

Please sign in to comment.