Authentic::HabitatSettings
Class methods
default_password_reset_time_limit
default_password_reset_time_limit=(value : Time::Span)
default_password_reset_time_limit?
Used for checking missing settings on non-nilable types It's advised to use default_password_reset_time_limit in your apps to ensure the propper type is checked.
encryption_cost
encryption_cost=(value : Int32)
encryption_cost?
Used for checking missing settings on non-nilable types It's advised to use encryption_cost in your apps to ensure the propper type is checked.
secret_key
secret_key=(value : String)
secret_key?
Used for checking missing settings on non-nilable types It's advised to use secret_key in your apps to ensure the propper type is checked.
sign_in_key
sign_in_key=(value : String)
sign_in_key?
Used for checking missing settings on non-nilable types It's advised to use sign_in_key in your apps to ensure the propper type is checked.
to_h
Generates a hash using the provided values