From ccf60117a61cab7ad5704dbc9ef4eda1b9c53a08 Mon Sep 17 00:00:00 2001 From: Nathan Bosscher Date: Thu, 1 Oct 2020 14:28:07 -0400 Subject: [PATCH] Add Readme for jwtkeygen --- auth/httpauth/jwtgen/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 auth/httpauth/jwtgen/README.md diff --git a/auth/httpauth/jwtgen/README.md b/auth/httpauth/jwtgen/README.md new file mode 100644 index 0000000..7af3eb1 --- /dev/null +++ b/auth/httpauth/jwtgen/README.md @@ -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 +```