]> source.dussan.org Git - gitea.git/commit
Switch to maintained jwt lib (#16532) (#16533)
authorzeripath <art27@cantab.net>
Sat, 24 Jul 2021 15:13:50 +0000 (16:13 +0100)
committerGitHub <noreply@github.com>
Sat, 24 Jul 2021 15:13:50 +0000 (11:13 -0400)
commit67942ac1a9e7984261e027bd9ed7e282e3970098
treeb8bc425bef3b9ce1f30598f41b1a9c045e3372cc
parent0b06b2019f3b09f44c1cb045b90cd6a0ab649b1b
Switch to maintained jwt lib (#16532) (#16533)

Backport #16532

Co-authored-by: Matti R <matti@mdranta.net>
49 files changed:
cmd/serv.go
go.mod
go.sum
models/oauth2_application.go
modules/auth/oauth2/jwtsigningkey.go
modules/generate/generate.go
routers/web/user/oauth.go
services/lfs/server.go
vendor/github.com/dgrijalva/jwt-go/.gitignore [deleted file]
vendor/github.com/dgrijalva/jwt-go/.travis.yml [deleted file]
vendor/github.com/dgrijalva/jwt-go/LICENSE [deleted file]
vendor/github.com/dgrijalva/jwt-go/MIGRATION_GUIDE.md [deleted file]
vendor/github.com/dgrijalva/jwt-go/README.md [deleted file]
vendor/github.com/dgrijalva/jwt-go/VERSION_HISTORY.md [deleted file]
vendor/github.com/dgrijalva/jwt-go/claims.go [deleted file]
vendor/github.com/dgrijalva/jwt-go/doc.go [deleted file]
vendor/github.com/dgrijalva/jwt-go/ecdsa.go [deleted file]
vendor/github.com/dgrijalva/jwt-go/ecdsa_utils.go [deleted file]
vendor/github.com/dgrijalva/jwt-go/errors.go [deleted file]
vendor/github.com/dgrijalva/jwt-go/hmac.go [deleted file]
vendor/github.com/dgrijalva/jwt-go/map_claims.go [deleted file]
vendor/github.com/dgrijalva/jwt-go/none.go [deleted file]
vendor/github.com/dgrijalva/jwt-go/parser.go [deleted file]
vendor/github.com/dgrijalva/jwt-go/rsa.go [deleted file]
vendor/github.com/dgrijalva/jwt-go/rsa_pss.go [deleted file]
vendor/github.com/dgrijalva/jwt-go/rsa_utils.go [deleted file]
vendor/github.com/dgrijalva/jwt-go/signing_method.go [deleted file]
vendor/github.com/dgrijalva/jwt-go/token.go [deleted file]
vendor/github.com/golang-jwt/jwt/.gitignore [new file with mode: 0644]
vendor/github.com/golang-jwt/jwt/.travis.yml [new file with mode: 0644]
vendor/github.com/golang-jwt/jwt/LICENSE [new file with mode: 0644]
vendor/github.com/golang-jwt/jwt/MIGRATION_GUIDE.md [new file with mode: 0644]
vendor/github.com/golang-jwt/jwt/README.md [new file with mode: 0644]
vendor/github.com/golang-jwt/jwt/VERSION_HISTORY.md [new file with mode: 0644]
vendor/github.com/golang-jwt/jwt/claims.go [new file with mode: 0644]
vendor/github.com/golang-jwt/jwt/doc.go [new file with mode: 0644]
vendor/github.com/golang-jwt/jwt/ecdsa.go [new file with mode: 0644]
vendor/github.com/golang-jwt/jwt/ecdsa_utils.go [new file with mode: 0644]
vendor/github.com/golang-jwt/jwt/errors.go [new file with mode: 0644]
vendor/github.com/golang-jwt/jwt/hmac.go [new file with mode: 0644]
vendor/github.com/golang-jwt/jwt/map_claims.go [new file with mode: 0644]
vendor/github.com/golang-jwt/jwt/none.go [new file with mode: 0644]
vendor/github.com/golang-jwt/jwt/parser.go [new file with mode: 0644]
vendor/github.com/golang-jwt/jwt/rsa.go [new file with mode: 0644]
vendor/github.com/golang-jwt/jwt/rsa_pss.go [new file with mode: 0644]
vendor/github.com/golang-jwt/jwt/rsa_utils.go [new file with mode: 0644]
vendor/github.com/golang-jwt/jwt/signing_method.go [new file with mode: 0644]
vendor/github.com/golang-jwt/jwt/token.go [new file with mode: 0644]
vendor/modules.txt