jwt icon indicating copy to clipboard operation
jwt copied to clipboard

Community maintained clone of https://github.com/dgrijalva/jwt-go

Results 88 jwt issues
Sort by recently updated
recently updated
newest added

Migrated from https://github.com/dgrijalva/jwt-go/issues/408: > shobhitsrivastava commented on Jun 11, 2020 • > > I'm using a 256-bit private PEM to build a JWT with signing method RSA 256, similar to...

jwt-go: legacy

Migrated from https://github.com/dgrijalva/jwt-go/issues/441: > Comments > @gardc > gardc commented on Nov 21, 2020 • > > Referring to this example (https://godoc.org/github.com/dgrijalva/jwt-go#example-Parse--Hmac) pointed to by the readme, feeding it an...

documentation
jwt-go: legacy

Migrated from https://github.com/dgrijalva/jwt-go/issues/458 > smcallis commented on Mar 17 > > jwt-go/parser.go > > Line 131 in dc14462 > err = dec.Decode(&claims) > > Since this function takes claims as...

documentation
jwt-go: legacy

We have several deprecated functions and structs, mainly introduced due to #15 and #44. We should remove them in a future release, such as v5. This issues keeps track of...

We should include a contribution guide to solidify and broadcast what is required of any contribution to this project Does anybody have a good example we can adapt? Or know...

The `RegisteredClaims` audience field must be a `ClaimString`, which seems to just be an array of strings. However, I'd like to be able to pass a single string to this...

I found it when I was doing some code reading for my study.

The VerifyExpiresAt function returns false when it is not required and the exp token is an empty string because it returns `false` if there is not a match in the...

Some guidelines in designing the new validation API * Previously, the `Valid` method was placed on the claim, which was always not entirely semantically correct, since the validity is concerning...

next

This commit serves as the basis for further `v5` developments. It will introduce some API-breaking changes, especially to the way tokens are validated. This will allow us to provide some...

next