AuthStrategist.configure do |c| # Set default strategy components c.default_strategy_components = [] # Set strategies directory path if they are not autoloaded # c.strategies_path = 'lib/auth_strategist/strategies' # Register your strategies # c.strategies do |s| # # Example strategy - will be available under :password key # s.password = PasswordStrategy # end end