我有一个名为“Auth”的数据库,有字段:id,auth,is_active,created_at,updated_at
我需要关注url => 'localhost:3000/?auth=lala9999'
(我在我的数据库中,这个字段应来自DB)。
Auth =令牌。是。我需要用户允许使用令牌进入我的网站。在哪里可以检查这个令牌肯定来自DB?
我该怎么做?
的 的 ** * **** EDITED 的 < EM> * ** * ** *
答案 0 :(得分:3)
如果我理解正确并且您确实谈到基于令牌的身份验证,我建议设计:
http://www.hyperionreactor.net/blog/token-based-authentication-rails-3-and-rails-2