我有以下问题,例如标题:当记住我时,cookie中保存了什么值?
在我读过的书中,User表(remember_token)中有一个属性,我保存(加密)了cookie中保存的remember_token值。
这里有设计我没有看到一个名为remember_token的属性,那么保存了什么?电子邮件加密了?
Anothere质疑devise.rb
# Defines which key will be used when locking and unlocking an account
config.unlock_keys = [ :email ]
我不明白,为什么要声明一把钥匙呢?它做了什么?