From 2f729de5d0004327b7632966b2b5f4f72413b09a Mon Sep 17 00:00:00 2001 From: Michael Fridman Date: Tue, 8 Feb 2022 22:35:49 -0500 Subject: [PATCH] Add JWT logo image attribution (#161) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3c368f31..01b21646 100644 --- a/README.md +++ b/README.md @@ -119,3 +119,5 @@ This library uses descriptive error messages whenever possible. If you are not g Documentation can be found [on pkg.go.dev](https://pkg.go.dev/github.com/golang-jwt/jwt). The command line utility included in this project (cmd/jwt) provides a straightforward example of token creation and parsing as well as a useful tool for debugging your own integration. You'll also find several implementation examples in the documentation. + +[golang-jwt](https://github.com/orgs/golang-jwt) incorporates a modified version of the JWT logo, which is distributed under the terms of the [MIT License](https://github.com/jsonwebtoken/jsonwebtoken.github.io/blob/master/LICENSE.txt).