Pyramid_who (repoze.who) 是金字塔认证的首选方式吗?

发布于 2024-11-12 05:10:37 字数 158 浏览 4 评论 0原文

我刚刚开始学习金字塔框架。 Pyramid_who (repoze.who) 是进行身份验证的首选方式吗?

我还有什么其他选择?

I am just starting to learn Pyramid Framework. Is pyramid_who (repoze.who) the preferred way to do authentication?

What other options do I have?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

っ〆星空下的拥抱 2024-11-19 05:10:37

Pyramid_who 是利用 repoze.who v2 进行身份验证的最佳方式。这是否是最适合您的身份验证解决方案取决于您的需求。

通常,repoze.who 是执行需要连接到 LDAP 等服务的 SSO(单点登录)解决方案的最佳解决方案。

如果不需要 SSO,那么使用金字塔中预制的身份验证解决方案(例如 AuthTkt)或实施您自己的身份验证策略通常非常简单。

pyramid_who is the best way to utilize repoze.who v2 for doing authentication. Whether this is the best authentication solution for you or not is dependent on your needs.

Typically repoze.who is the best solution for doing SSO (single sign-on) solutions where you need to connect to a service like LDAP.

If SSO is not a requirement, it is typically very simple to either use the pre-baked authentication solutions in pyramid such as AuthTkt, or to implement your own authentication policy.

从此见与不见 2024-11-19 05:10:37

我更喜欢自己编写,因为它很简单,但还有其他一些选择。

这是一个关于金字塔身份验证如何工作的很好的教程,教程< /a>.

I prefer to write my own since it is so simple, but there are a couple other options.

Here is a nice tutorial on how pyramid authentication works, tutorial.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文