Sha256: 9221bbb9b766475dcfa65b0fd42b58b190495c775eff09662410332c1232a710
Contents?: true
Size: 391 Bytes
Versions: 2
Compression:
Stored size: 391 Bytes
Contents
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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
auth_strategist-0.6.0 | lib/generators/auth_strategist/templates/initializer.rb |
auth_strategist-0.5.0 | lib/generators/auth_strategist/templates/initializer.rb |