gitkit icon indicating copy to clipboard operation
gitkit copied to clipboard

Add optional error message on authentication fail

Open estebangarcia opened this issue 4 years ago • 0 comments

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 empty it gets written to the response.

estebangarcia avatar Sep 21 '20 17:09 estebangarcia