go-json-rest-middleware-jwt icon indicating copy to clipboard operation
go-json-rest-middleware-jwt copied to clipboard

JWT auth middleware for the go-json-rest framework

Results 4 go-json-rest-middleware-jwt issues
Sort by recently updated
recently updated
newest added

…to use it in the Authorizator I'd needed that hook to support checking these tokens against Redis or any other storage. If you find that viable for your product -...

waiting for reply

Hi I notice this project includes another project (`github.com/dgrijalva`) by using git submodule. However, this raises an error while using `go get` with **-u** options, it reports `vendor/github.com/dgrijalva/jwt-go/.git exists but...

Don't know if you want to use this or not. I've updated the version of jwt-go to the latest. I was having dependency clashes in my project so needed it...

Added an additional configuration parameter to allow overriding the username claim name identifying the JWT payload claim which contains the username. For example, some external providers (Google, Auth0) use the...

wait for jwt-go v.3