Sha256: e1048c030296cd3b366b13057958e9e368e6b7d846b847dd7b0bd92a1f98f98a

Contents?: true

Size: 288 Bytes

Versions: 89

Compression:

Stored size: 288 Bytes

Contents

require File.expand_path("../endpoint", __FILE__)

Artifice.deactivate

class EndpointBasicAuthentication < Endpoint
  before do
    unless env["HTTP_AUTHORIZATION"]
      halt 401, "Authentication info not supplied"
    end
  end
end

Artifice.activate_with(EndpointBasicAuthentication)

Version data entries

89 entries across 89 versions & 3 rubygems

Version Path
bundler-1.7.1.pre.2 spec/support/artifice/endpoint_basic_authentication.rb
bundler-1.7.1.pre spec/support/artifice/endpoint_basic_authentication.rb
bundler-1.7.0 spec/support/artifice/endpoint_basic_authentication.rb
bundler-1.6.5 spec/support/artifice/endpoint_basic_authentication.rb
bundler-1.6.4 spec/support/artifice/endpoint_basic_authentication.rb
bundler-prehistoric-1.6.2.2 spec/support/artifice/endpoint_basic_authentication.rb
bundler-1.6.3 spec/support/artifice/endpoint_basic_authentication.rb
bundler-prehistoric-1.6.2.1 spec/support/artifice/endpoint_basic_authentication.rb
bundler-prehistoric-1.6.2 spec/support/artifice/endpoint_basic_authentication.rb
bundler-1.6.2 spec/support/artifice/endpoint_basic_authentication.rb
bundler-1.6.1 spec/support/artifice/endpoint_basic_authentication.rb
bundler-1.6.0 spec/support/artifice/endpoint_basic_authentication.rb
bundler-1.6.0.rc2 spec/support/artifice/endpoint_basic_authentication.rb
bundler-1.6.0.rc spec/support/artifice/endpoint_basic_authentication.rb
bundler-1.6.0.pre.2 spec/support/artifice/endpoint_basic_authentication.rb
bundler-1.5.3 spec/support/artifice/endpoint_basic_authentication.rb
bundler-1.6.0.pre.1 spec/support/artifice/endpoint_basic_authentication.rb
bundler-1.5.2 spec/support/artifice/endpoint_basic_authentication.rb
bundler-1.3.6 spec/support/artifice/endpoint_basic_authentication.rb
bundler-1.5.1 spec/support/artifice/endpoint_basic_authentication.rb