gpt4 book ai didi

meteor 密码保护完整的应用程序

转载 作者:行者123 更新时间:2023-12-04 14:26:31 24 4
gpt4 key购买 nike

我可以“密码保护”我的整个 Meteor 应用程序,例如 PHP 中的“htaccess”吗?

例如:我不希望公众访问我的网站,但客户希望看到它。

最佳答案

没有意识到这是答案。第一次谷歌命中。
https://github.com/Jabbslad/basic-auth

编辑:

其实很简单。

添加包。

meteor add jabbslad:basic-auth

在服务器端代码中添加此代码
var basicAuth = new HttpBasicAuth("guest", "password");
basicAuth.protect();

您可以在存储库 readme.md 中看到更多选项

关于 meteor 密码保护完整的应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30988411/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com