EzAuth.Config (EzAuth v0.1.0)

Copy Markdown View Source

Runtime configuration for EzAuth.

Each helper reads and validates a single value from the application environment. Domain code calls these helpers directly; nothing in the library threads a config carrier through public APIs.

Summary

Functions

after_sign_in_path()

email_format()

email_max_length()

endpoint!()

gettext_backend()

name_format()

name_max_length()

password_max_length()

password_min_length()

phone_format()

recovery_code_length()

recovery_code_validity_in_minutes()

repo!()

sender()

session_validity_in_minutes()

sign_in_path()

sign_up_path()

social_providers()

strategies()

strategy_enabled?(strategy)

token_rand_size()

username_format()

username_max_length()

username_min_length()