Authentication configuration attached to an entity via the
authenticatable DSL block.
Captures strategies, session/confirm/reset settings, and whether the
entity declares on_register / on_login hooks. The actual hook
functions are compiled into the domain module as clauses of
__caravela_auth_hook__/4.
Summary
Functions
True if the api_token strategy is enabled.
True if email confirmation is enabled.
True if the password strategy is enabled.
True if password reset is enabled.
Options for a strategy (or nil if disabled).
Types
Functions
True if the api_token strategy is enabled.
True if email confirmation is enabled.
True if the password strategy is enabled.
True if password reset is enabled.
Options for a strategy (or nil if disabled).