TrustedDeviceToken: valid for one week
This commit is contained in:
parent
c16e30442a
commit
47e3b57e81
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
class TrustedDeviceToken < ApplicationRecord
|
||||
LOGIN_TOKEN_VALIDITY = 45.minutes
|
||||
LOGIN_TOKEN_VALIDITY = 1.week
|
||||
LOGIN_TOKEN_YOUTH = 15.minutes
|
||||
|
||||
belongs_to :gestionnaire
|
||||
|
|
Loading…
Reference in a new issue