--- !ruby/object:Gem::Specification name: local-openid version: !ruby/object:Gem::Version version: 0.1.0 platform: ruby authors: - Eric Wong autorequire: bindir: bin cert_chain: [] date: 2009-04-05 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: hoe type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.11.0 version: description: local-openid allows users with shell accounts on servers to authenticate with OpenID consumers by editing a YAML file in their home directory instead of authenticating through HTTP/HTTPS. 1. Encounter a login page that accepts OpenID (the consumer) 2. Login into your own server (if you're not already logged in) 3. Start the local-openid app on your server 4. Login using your OpenID (on the consumer) - you should be redirected to your local-openid application 5. edit ~/.local-openid/config.yml on your server to approve the consumer 6. Reload the local-openid page your browser was on. - you should be logged in to the OpenID consumer site - If not, check the error log (usually stderr) of local-openid 8. Shut down the local-openid application. email: - normalperson@yhbt.net executables: - local-openid extensions: [] extra_rdoc_files: - History.txt - LICENSE.txt - Manifest.txt - README.txt files: - .document - .gitignore - GNUmakefile - History.txt - LICENSE.txt - Manifest.txt - README.txt - Rakefile - bin/local-openid - setup.rb has_rdoc: true homepage: http://bogomips.org/local-openid post_install_message: rdoc_options: - --main - README.txt require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: qrp rubygems_version: 1.3.1 signing_key: specification_version: 2 summary: Single User, Ephemeral OpenID Provider test_files: []