jwt
jwt copied to clipboard
Community maintained clone of https://github.com/dgrijalva/jwt-go
We should remove/replace it, to be compatible with future Go versions.
I opened https://github.com/avelino/awesome-go/pull/3695 to add this package to the list. @mfridman I requested you org access to coveralls, since it's one of the requirements (and it doesn't hurt to have...
Migrated from https://github.com/dgrijalva/jwt-go/issues/447 > stonedu1011 commented on Jan 20 > > I understand it's at very early stage, so just want to provide some feedback after my attempt to use...
Fixes #75, as the jwt.io debugger also considers this payload invalid JSON and is validated as expected. the same applies to the other sections of the token
Migrated from https://github.com/dgrijalva/jwt-go/issues/361: > alanywlee commented on Oct 8, 2019 > > I am trying to parse a RS256 encoded token (tokenString) from java, it could be successfully decoded by...
Migrated from https://github.com/dgrijalva/jwt-go/issues/227 > asambeka commented on Aug 28, 2017 > > I am looking to compress the JWT generated, I have custom claims and that bloats the JWT. >...
Migrated from https://github.com/dgrijalva/jwt-go/issues/325: > itstehkman commented on May 4, 2019 > > This would be an awesome feature. I took a very quick look and it seems like this project...
Migrated from https://github.com/dgrijalva/jwt-go/issues/261 > v3n commented on May 2, 2018 > > I don't think this behavior is documented anywhere (unless I missed it!) and hidden in private helpers in...
Migrated from https://github.com/dgrijalva/jwt-go/issues/358: > fredbi commented on Sep 3, 2019 > > github.com/json-iterator/go is currently one of the fastest libs available to process json. > Besides, it is a simple...
Migrated from https://github.com/dgrijalva/jwt-go/issues/456 > moloch-- commented on Feb 28 > > The https://pkg.go.dev/github.com/dgrijalva/jwt-go#Keyfunc does not specify what should be returned, it simply says "supply the key for verification." Should the...