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:
parent
65325f7f81
commit
b1b6e53d6f
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue