You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library looks great but I believe the basic authentication limitation disqualifies it from most real world scenarios. Please consider adding support for:
tunnelling the http(s) communication through the server to allow access to non-CORS enabled repos
supporting ssh protocol (again using tunnelling)
Keep up the good work!
The text was updated successfully, but these errors were encountered:
I'm no security expert but basic auth over https is as secure as logging into your webmail or paypal account from your browser or even entering your credit card information at an ecommerce site.
That being said, I'm sure some people would prefer tighter security.
I think this is not so uncommon scenario to avoid the same origin restriction by letting your server to work as a proxy.
My concern here is not about security. I wanted to use git-html5 in our project, but could not because the target repository neither supports CORS nor provides https access (Heroku).
This library looks great but I believe the basic authentication limitation disqualifies it from most real world scenarios. Please consider adding support for:
Keep up the good work!
The text was updated successfully, but these errors were encountered: