Module | Authlogic::Session::PerishableToken |
In: |
lib/authlogic/session/perishable_token.rb
|
Maintains the perishable token, which is helpful for confirming records or authorizing records to reset their password. All that this module does is reset it after a session have been saved, just keep it changing. The more it changes, the tighter the security.
See Authlogic::ActsAsAuthentic::PerishableToken for more information.