Migrate to golang-jwt (#1757)

This commit is contained in:
WithoutPants
2021-09-24 11:57:49 +10:00
committed by GitHub
parent a9e2a590b2
commit b14d5c5650
28 changed files with 406 additions and 257 deletions

4
vendor/github.com/golang-jwt/jwt/v4/doc.go generated vendored Normal file
View File

@@ -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