Skip to content

Commit

Permalink
Add Readme for jwtkeygen
Browse files Browse the repository at this point in the history
  • Loading branch information
ntbosscher authored Oct 1, 2020
1 parent 0cf2362 commit ccf6011
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions auth/httpauth/jwtgen/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Jwt keygen

Creates a cryptographically random series of bytes to be used as a jwtkey

## Usage

```
> go run github.com/ntbosscher/gobase/auth/httpauth/jwtgen
2020/10/01 18:26:47 wrote cryptographically random bytes to ./.jwtkey
```

0 comments on commit ccf6011

Please # to comment.