Sha256: a3a985f57ab50144228c54ce6d6b31a365d3cb711a989f1d378988911eb0314e
Contents?: true
Size: 435 Bytes
Versions: 6
Compression:
Stored size: 435 Bytes
Contents
# encoding: utf-8 # This file is specifically for you to define your strategies # # You should declare you strategies directly and/or use # Merb::Authentication.activate!(:label_of_strategy) # # To load and set the order of strategy processing Merb::Slices::config[:"merb-auth-slice-password"][:no_default_strategies] = true Merb::Authentication.activate!(:default_password_form) Merb::Authentication.activate!(:default_basic_auth)
Version data entries
6 entries across 6 versions & 1 rubygems