From e96cc161e9584b720f6ac488b931d45072bfc1ba Mon Sep 17 00:00:00 2001 From: Jon Hester Date: Thu, 5 Oct 2017 20:22:30 -0400 Subject: [PATCH] Add godoc badge to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bcdbc17..26a8d1f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ jwtauth - JWT authentication middleware for Go HTTP services ============================================================ +[![GoDoc Widget]][GoDoc] The `jwtauth` http middleware package provides a simple way to verify a JWT token from a http request and send the result down the request context (`context.Context`). @@ -105,3 +106,6 @@ func router() http.Handler { # LICENSE [MIT](/LICENSE) + +[GoDoc]: https://godoc.org/github.com/go-chi/jwtauth +[GoDoc Widget]: https://godoc.org/github.com/go-chi/jwtauth?status.svg