Kirill Merkushev
Kirill Merkushev
Just as a wish which is often ignored (or got forgotten) - commit signature. Git binary picks it up currently automatically, however with go-git additional implementation would be required to...
@raggi Would you be so kind to provide a usage example? Seems that doing ```go endpoints := mockoidc.EndpointConfig{ IssuerBase: "/", TokenEndpoint: "/oauth/token", } endpoints.Defaults() m.EndpointConfig = endpoints ``` doesn't really...
I would go in favor of #36
@laduke Yes, I had to fork it https://github.com/oauth2-proxy/mockoidc/compare/main...lanwen:mockoidc:client-secret-ignore
Yes, I've been thinking a lot about using methods too, but it contains some corner cases we should usually be prepared. So I've put it to the backlog without a...
Should generate - methods from the parent (if not overridden, with annotation) Should NOT generate for - methods from the parent (if overridden, without annotation) - static methods - non-public...
Супер тогда. с такими ограничениями действительно будет проще. Спасибо
You can unmark class and use annotation directly on the fields you need
Note for myself: we can also just ignore fields without getters
no, it can be opened until we will be ready to use new props lib