summaryrefslogtreecommitdiff
path: root/vendor/github.com/golang-jwt/jwt/doc.go
diff options
context:
space:
mode:
authorLibravatar kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>2021-09-08 21:15:45 +0100
committerLibravatar GitHub <noreply@github.com>2021-09-08 21:15:45 +0100
commitf44cc5178224719fda299dc9f5a65763b1b23f51 (patch)
tree6c8dd9e0c5b36e3acb2011f0ef69ac689c30000c /vendor/github.com/golang-jwt/jwt/doc.go
parentMerge pull request #195 from NyaaaWhatsUpDoc/update/bun-library (diff)
parentMerge remote-tracking branch 'upstream/main' into update/oauth-library (diff)
downloadgotosocial-f44cc5178224719fda299dc9f5a65763b1b23f51.tar.xz
Merge pull request #196 from NyaaaWhatsUpDoc/update/oauth-library
Update oauth library -> v4.3.2-SSB
Diffstat (limited to 'vendor/github.com/golang-jwt/jwt/doc.go')
-rw-r--r--vendor/github.com/golang-jwt/jwt/doc.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/github.com/golang-jwt/jwt/doc.go b/vendor/github.com/golang-jwt/jwt/doc.go
new file mode 100644
index 000000000..a86dc1a3b
--- /dev/null
+++ b/vendor/github.com/golang-jwt/jwt/doc.go
@@ -0,0 +1,4 @@
+// Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html
+//
+// See README.md for more info.
+package jwt