1
0
Fork 0
forked from External/ergo

replace jwt library

Fixes #1762
This commit is contained in:
Shivaram Lingamneni 2021-07-29 16:48:58 -04:00
parent ad61f9f213
commit ef92318282
25 changed files with 149 additions and 242 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