Carwyn Edwards

Results 4 issues of Carwyn Edwards

While `graphql-gateway` is very useful standalone, I think much of the utility in `graphql-go-tools` is in being able to use it in things like (as noted in the README): *...

This is misleading, the current code won't check if the token has expired unless the user explicitly sets dates: https://github.com/go-chi/jwtauth/blob/9448513887112ff1d7f7ebed4f5fdf39569bcc8c/README.md#L13-L14 The default no longer looks for the token in the...

The new underlying JWT library supports options for validation via `jwt.Validate(t Token, options ...ValidateOption)`, unfortunately this isn't exposed in `jwtauth`. `jwtauth.Verifier(ja *JWTAuth)` calls down the verification stack until `jwtauth.VerifyToken(ja *JWTAuth,...

There's a been a huge amount of work since 0.5.0 back in January 2019. It would be great to get this out as a release. This is especially the case...