| 1 |
Source: libopenid-ruby
|
| 2 |
Section: ruby
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Antonio Terceiro <terceiro@softwarelivre.org>
|
| 5 |
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>, Paul van Tilburg <paulvt@debian.org>, Ryan Niebur <ryanryan52@gmail.com>
|
| 6 |
Build-Depends: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 5)
|
| 7 |
Build-Depends-Indep: ruby1.8
|
| 8 |
Standards-Version: 3.8.2
|
| 9 |
Homepage: http://www.openidenabled.com/openid/libraries/ruby
|
| 10 |
DM-Upload-Allowed: yes
|
| 11 |
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libopenid-ruby/
|
| 12 |
Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libopenid-ruby/
|
| 13 |
|
| 14 |
Package: libopenid-ruby
|
| 15 |
Architecture: all
|
| 16 |
Depends: ${misc:Depends}, libopenid-ruby1.8
|
| 17 |
Description: Ruby library for verifying and serving OpenID identities
|
| 18 |
Ruby OpenID makes it easy to add OpenID authentication to your web
|
| 19 |
applications.
|
| 20 |
This library is a port of the Python OpenID library, and features:
|
| 21 |
.
|
| 22 |
* API for verifying OpenID identities (OpenID::Consumer)
|
| 23 |
* API for serving OpenID identities (OpenID::Server)
|
| 24 |
* Consumer and server support for extensions, including simple registration
|
| 25 |
* Yadis 1.0 and OpenID 1.0 service discovery, including server fallback
|
| 26 |
* Does not depend on underlying web framework
|
| 27 |
* Multiple storage implementations (Filesystem, SQL)
|
| 28 |
* Comprehensive test suite
|
| 29 |
* Example code to help you get started, including:
|
| 30 |
- WEBrick based consumer
|
| 31 |
- Ruby on rails based server
|
| 32 |
- OpenIDLoginGenerator for quickly creating a rails app that uses OpenID
|
| 33 |
for authentication
|
| 34 |
- ActiveRecord adapter for using an SQL store in rails
|
| 35 |
.
|
| 36 |
This is a dummy package depending on the package for the current version of
|
| 37 |
the Ruby interpreter, and also contains documentation and usage examples.
|
| 38 |
|
| 39 |
Package: libopenid-ruby1.8
|
| 40 |
Architecture: all
|
| 41 |
Depends: ${misc:Depends}, libruby1.8, libhmac-ruby1.8
|
| 42 |
Description: Ruby 1.8 library for verifying and serving OpenID identities
|
| 43 |
Ruby OpenID makes it easy to add OpenID authentication to your web
|
| 44 |
applications.
|
| 45 |
This library is a port of the Python OpenID library, and features:
|
| 46 |
.
|
| 47 |
* API for verifying OpenID identities (OpenID::Consumer)
|
| 48 |
* API for serving OpenID identities (OpenID::Server)
|
| 49 |
* Consumer and server support for extensions, including simple registration
|
| 50 |
* Yadis 1.0 and OpenID 1.0 service discovery, including server fallback
|
| 51 |
* Does not depend on underlying web framework
|
| 52 |
* Multiple storage implementations (Filesystem, SQL)
|
| 53 |
* Comprehensive test suite
|
| 54 |
* Example code to help you get started, including:
|
| 55 |
- WEBrick based consumer
|
| 56 |
- Ruby on rails based server
|
| 57 |
- OpenIDLoginGenerator for quickly creating a rails app that uses OpenID
|
| 58 |
for authentication
|
| 59 |
- ActiveRecord adapter for using an SQL store in rails
|