# `EzAuth.Config`
[🔗](https://github.com/thiagomajesk/ez_auth/blob/v0.1.0/lib/ez_auth/config.ex#L1)

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.

# `after_sign_in_path`

# `email_format`

# `email_max_length`

# `endpoint!`

# `gettext_backend`

# `magic_link_validity_in_minutes`

# `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?`

# `token_rand_size`

# `username_format`

# `username_max_length`

# `username_min_length`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
