Switch to maintained jwt lib (#16532) (#16533)

Backport #16532

Co-authored-by: Matti R <matti@mdranta.net>
This commit is contained in:
zeripath 2021-07-24 16:13:50 +01:00 committed by GitHub
parent 0b06b2019f
commit 67942ac1a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 153 additions and 171 deletions

4
vendor/github.com/golang-jwt/jwt/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