Module: StandardId::PasswordlessStrategy
- Extended by:
- ActiveSupport::Concern
- Included in:
- PasswordlessFlow
- Defined in:
- app/controllers/concerns/standard_id/passwordless_strategy.rb
Constant Summary collapse
- STRATEGY_MAP =
{ "email" => StandardId::Passwordless::EmailStrategy, "sms" => StandardId::Passwordless::SmsStrategy }.freeze