1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

In addition to #1722. expire_auth_token_on_timeout added to Timeoutable configuration block.

This commit is contained in:
Andrey Voronkov 2012-06-07 09:32:44 +04:00
parent 65325f7f81
commit b1b6e53d6f

View file

@ -125,6 +125,9 @@ Devise.setup do |config|
# The time you want to timeout the user session without activity. After this
# time the user will be asked for credentials again. Default is 30 minutes.
# config.timeout_in = 30.minutes
# If true, expires auth token on session timeout.
# config.expire_auth_token_on_timeout = false
# ==> Configuration for :lockable
# Defines which strategy will be used to lock an account.