jwt icon indicating copy to clipboard operation
jwt copied to clipboard

This is an implementation of JWT in golang!

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

Hi, I've discovered that this library panics when run with multiple goroutines. Considering the following minimal example: ``` package main import ( "sync" "github.com/robbert229/jwt" ) func main() { algorithm :=...

Currently there is no validation for the `ISS` claim

enhancement

currently there is no validation based on the `SUB` claim

enhancement

Currently there is no validation on the `AUD` claim

enhancement

Currently there is no validation on the `JTI` claim.

enhancement

Currently there is no support for the RSA family of algorithms.

enhancement

Currently there is no support for the ECDSA family of algorithms.

enhancement