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 +```