Sha256: ef23460a810cc75bdcf79bcbfb36db5cd02b77879b21d61d613b2793b964b069
Contents?: true
Size: 589 Bytes
Versions: 1
Compression:
Stored size: 589 Bytes
Contents
Authenticate.configure do |config| # config.user_model = 'User' # config.cookie_name = 'authenticate_session_token' # config.cookie_expiration = { 1.month.from_now.utc } # config.cookie_domain = nil # config.cookie_path = '/' # config.secure_cookie = false # set to true in production https environments # config.http_only = false # set to true if you can # config.timeout_in = 45.minutes # config.max_session_lifetime = 8.hours config.max_consecutive_bad_logins_allowed = 1 config.bad_login_lockout_period = 2.minutes # config.authentication_strategy = :email end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
authenticate-0.2.0 | spec/dummy/config/initializers/authenticate.rb |