Esteban Garcia
Esteban Garcia
I'm integrating this library on an HTTP API using Laravel. The "echo" style logging would show up sometimes on the HTTP Responses, breaking the JSON parsing for the clients. I...
When using an "OTHER" oauth2 provider we need to specify the user roles mapping field. [Gate supports this](https://github.com/spinnaker/gate/blob/master/gate-oauth2/src/main/groovy/com/netflix/spinnaker/gate/security/oauth2/OAuth2SsoConfig.groovy#L111) but halyard doesn't so it has to be configured with a profile...
I wanted to return a message to the user when HTTP authentication failed very much like Heroku does (https://devcenter.heroku.com/articles/git#http-git-authentication). I added a third value to the AuthFunc interface if not...