Module Authlogic::ActsAsAuthentic::SingleAccessToken::Config
In: lib/authlogic/acts_as_authentic/single_access_token.rb

All configuration for the single_access token aspect of acts_as_authentic.

Methods

Public Instance methods

The single access token is used for authentication via URLs, such as a private feed. That being said, if the user changes their password, that token probably shouldn‘t change. If it did, the user would have to update all of their URLs. So be default this is option is disabled, if you need it, feel free to turn it on.

  • Default: false
  • Accepts: Boolean
change_single_access_token_with_password=(value = nil)

[Validate]