jwt
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 support for the RSA family of algorithms.
enhancement
Currently there is no support for the ECDSA family of algorithms.
enhancement