Authlogic 和声明性授权

发布于 2024-08-21 16:50:14 字数 223 浏览 7 评论 0原文

我有一个基于 Authlogic 的 Rails 应用程序,使用 LDAP 进行身份验证,并针对角色需求进行声明性授权。

问题是当我将过滤器resource_access放入控制器时,我收到此错误:

未定义方法“current_user”....

我已在application_controller上定义了方法current_user

有帮助吗?

谢谢

I have a rails application based on Authlogic with LDAP for authentification, and declarative authorization for roles requirements.

The problem is when i put filter resource_access in my controller, i got this error :

undefined method `current_user'....

I had define the method current_user on the application_controller

Any help ?

Thank you

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

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

发布评论

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

评论(1

绳情 2024-08-28 16:50:14

我强烈推荐这个截屏。它会引导您逐步了解如何为 Rails 应用程序设置 authlogic —— 包括定义 current_user 变量。

I can't recommend this screencast highly enough. It takes you step-by-step through how to setup authlogic for your rails app -- including defining the current_user variable.

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