Sha256: 85cb0eca2c96a1a36183c7059ef9f34a5eea46c75f2656b7a56b1b6e25590377
Contents?: true
Size: 862 Bytes
Versions: 4
Compression:
Stored size: 862 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.cookie_http_only = false # set to true if you can # config.mailer_sender = 'reply@example.com' # config.crypto_provider = Authenticate::Model::BCrypt # config.timeout_in = 45.minutes # config.max_session_lifetime = 8.hours # config.max_consecutive_bad_logins_allowed = 4 # config.bad_login_lockout_period = 10.minutes # config.authentication_strategy = :email # config.redirect_url = '/' # config.allow_sign_up = true # config.routes = true # config.reset_password_within = 2.days # config.modules = [] end
Version data entries
4 entries across 4 versions & 1 rubygems