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 was archived by the owner on Jan 29, 2020. It is now read-only.
added realm to htpasswd configuration, added bcrypt hint
The realm is required to prevent an InvalidConfigException in BasicAccessFactory from zendframework/zend-expressive-authentication-basic.
Since it's checked and RFC 2617 says "The realm attribute (case-insensitive) is required for all authentication schemes which issue a challenge.", it should be save to add it to the docs.
Also the .htpasswd file must use bcrypt hash algorithm, otherwise a RuntimeException is thrown.
0 commit comments