Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用默认auth.basic过滤器。数据库具有散列密码和明文电子邮件列。Auth::attempt(array(...))工作正常。但是,基本过滤器没有。
auth.basic
Auth::attempt(array(...))
新的 Laravel 4 安装,运行作曲家更新。默认用户模型。
任何帮助表示赞赏。
PS它适用于我的本地流浪服务器,但不适用于Dreamhost。这让我觉得它可能是 Apache 配置?
是的,它很可能是服务器配置,但一般来说,我会说不要在生产环境中使用基本身份验证,因为它被命名为“基本”。在 Taylor 制作的屏幕截图中,他解释了使用方法,我相信他说如果您想开发经过身份验证的控制面板但还不想创建登录页面,它很有用。
.htpasswd也就是说,我认为你应该使用更传统的 HTML 登录页面,如果你真的想要基本身份验证,你应该使用文件手动设置它。
.htpasswd