Sha256: e3aee3311444f8c7fefae562ea3870cda426549eb1c83e2c4635e1981ce62d07

Contents?: true

Size: 555 Bytes

Versions: 1

Compression:

Stored size: 555 Bytes

Contents

autoload :Rack, 'rack'
autoload :Sinatra, 'sinatra/base'
autoload :Warden, 'warden'

# This module is a namespace for all modules and classes related to the AFID resource server rack middleware
module Hadley

  autoload :Authz, 'hadley/authz'
  autoload :Config, 'hadley/config'
  autoload :Middleware, 'hadley/middleware'
  autoload :TokenStore, 'hadley/token_store'
  autoload :Utils, 'hadley/utils'

  # The current version of this ruby gem
  VERSION = '0.0.3'

  # The identity key for the AFID anonymous identity
  ANONYMOUS_IDENTITY = '0' * 66

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hadley-0.0.3 lib/hadley.rb