0

我正在使用带有 Mongoapper 驱动程序的 Rails 3.2.8 来连接到 Mongodb 2.0.7。一切都很好,现在我想在我的 Rails 应用程序中包含身份验证过程。我考虑使用 Devise,但大多数文档都支持 Mongoid。请问您知道任何适合 Mongomapper 的类似于设计的解决方案吗,如果可能的话,我现在真的不想修改为 Mongoid 吗?

谢谢

4

2 回答 2

0

您几乎可以使用此 Gist 构建自己的身份验证机制:https ://gist.github.com/147427

于 2012-10-02T11:02:01.743 回答
0

has_secure_password 与 MongoMapper 配合得很好。

Ryan Bates 上有一个 Railscast:http ://railscasts.com/episodes/270-authentication-in-rails-3-1

于 2012-10-02T16:20:10.440 回答