Rails 有内置的身份验证系统吗?

发布于 2024-07-10 13:46:01 字数 298 浏览 4 评论 0 原文

多年来,我已经多次为网络应用程序实现了身份验证系统,但在再次实现之前,我想我应该问一下是否有一个我应该了解的固定解决方案。

上次我检查时,没有内置的 Rails 身份验证系统,标准解决方案是 Restful-authentication 插件。 现在还是这样吗? 或者也许它现在已经被合并到 Rails 本身中了? 我见过这种情况发生。

I have implemented authentication systems for webapps several times over the years, but before I do it once more, I thought I'd ask if there's a canned solution I should know about.

Last time I checked, there was no built-in Rails authentication system and the standard solution was the restful-authentication plugin. Is that still the case? Or perhaps it's been folded into Rails itself by now? I've seen that happen.

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

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

发布评论

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

评论(2

烧了回忆取暖 2024-07-17 13:46:01

我现在建议 AuthLogic与restful-auth相比,它的侵入性要小得多,但支持较少(restful-auth包含在诸如bort)。

I'd now suggest AuthLogic instead of restful-auth, it is far less intrusive but less supported (restful-auth is included in things like bort).

面犯桃花 2024-07-17 13:46:01

Restful 身份验证仍然是标准。 如果您有一段时间没有查看该插件,源代码已移至 Github< /a>

Restful-authentication is still the standard. If you haven't look at the plugin for a while, the source has moved to Github

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