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
{{ message }}
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.
Basic authentication shouldn't be enabled by default, I think, but we could let it as an option for the user.
Rationale is that if we're using the hawk tokens with Basic auth in a non-ssl environment, then we leak them pretty badly, so we shouldn't allow that without yelling at the user.
Another way to solve the problem is to ditch out completely the Basic Auth support, or maybe call out users to not rely on that in the documentation.
The text was updated successfully, but these errors were encountered:
Basic authentication shouldn't be enabled by default, I think, but we could let it as an option for the user.
Rationale is that if we're using the hawk tokens with Basic auth in a non-ssl environment, then we leak them pretty badly, so we shouldn't allow that without yelling at the user.
Another way to solve the problem is to ditch out completely the Basic Auth support, or maybe call out users to not rely on that in the documentation.
The text was updated successfully, but these errors were encountered: