Stephan Knauer

Results 4 issues of Stephan Knauer

## 📄 What has changed There was a bug in the `_findRoute` method of the file `node.go`. Please see the adjusted test `TestMethodNotAllowed` in `router_test.go` as an example. ## ✅...

## 💡 The feature or bug you are proposing Bugfix: https://github.com/uptrace/bunrouter/pull/97 ## 📄 The description of the bug or the logic behind your proposal If the route exists but the...

https://github.com/golang-jwt/jwt/blob/6bcdd9d5b6ecb03a80ac123d1a9dc363441cbffe/validator.go#L115-L120 When using the `WithIssuedAt` ParserOption, the internal verifyIssuedAt method must have the **required** parameter set to `true` instead of `false` otherwise the option only recognises if the token is...

Hi @oxisto, thanks for your quick reply to my Issue (#411). I created a fix with a handling similar to verifyExpiresAt which is what I also expected from verifyIssuedAt. Hope...