Sha256: 82f4e0c22a1cfeb2b4cd2902e44619339f2841ed4156d5540ac80bb55d515786

Contents?: true

Size: 98 Bytes

Versions: 3

Compression:

Stored size: 98 Bytes

Contents

module ComfyPress::DummyAuth

  # Will always let you in
  def authenticate
    true
  end
  
end

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
comfypress-0.1.4 db/lib/comfypress/authentication/dummy_auth.rb
comfypress-0.1.4 lib/comfypress/authentication/dummy_auth.rb
comfypress-0.1.3 lib/comfypress/authentication/dummy_auth.rb