Sergey Vilgelm

Results 98 comments of Sergey Vilgelm

same issue https://github.com/dgrijalva/jwt-go/issues/422

@tommyo you are not correct, the aud in v4 support both, `string` and `[]string`: https://github.com/dgrijalva/jwt-go/blob/c661858876053d183a5b74ab478d2bdfb8dd32a6/claim_strings.go#L38 The go representation uses `[]string`, but the json can be either just a `string` or...

@iwankgb Would it be possible to you to finish this work?

> It is easy to only show docs of the current project only (without dependency package docs) in the starting page. How to do this? I'm totally Ok to generate...

I mean many people are already familiar with the style, that godoc or pkg.go.doc use, and they expected something similar

> introduce a new `ValidateFlagErrorFunc` yeah, make sense. I think about adding two more `RequiredFlagsErrorFunc` and `FlagGroupsErrorFunc` functions, each per case. But on another hand the `validateFlagGroups` is not released...

I pushed as second commit here, will squash if it is ok