1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: ruby-openid-connect
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Build-Depends: debhelper (>= 11~),
gem2deb,
rake,
ruby-activemodel,
ruby-attr-required (>= 1.0.0),
ruby-json (>= 1.4.3),
ruby-json-jwt (>= 1.5.0),
ruby-rack-oauth2 (>= 1.3.1),
ruby-rspec,
ruby-rspec-its,
ruby-swd (>= 1.0.0),
ruby-tzinfo,
ruby-validate-email,
ruby-validate-url,
ruby-webfinger (>= 1.0.1),
ruby-webmock
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-openid-connect.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-openid-connect
Homepage: https://github.com/nov/openid_connect
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-openid-connect
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-activemodel,
ruby-attr-required (>= 1.0.0),
ruby-json (>= 1.4.3),
ruby-json-jwt (>= 1.5.0),
ruby-rack-oauth2 (>= 1.3.1),
ruby-swd (>= 1.0.0),
ruby-tzinfo,
ruby-validate-email,
ruby-validate-url,
ruby-webfinger (>= 1.0.1),
${misc:Depends},
${shlibs:Depends}
Description: OpenID Connect Server & Client Library
OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0
protocol. It allows Clients to verify the identity of the End-User based on
the authentication performed by an Authorization Server, as well as to obtain
basic profile information about the End-User in an interoperable and REST-like
manner.
.
OpenID Connect allows clients of all types, including Web-based, mobile, and
JavaScript clients, to request and receive information about authenticated
sessions and end-users. The specification suite is extensible, allowing
participants to use optional features such as encryption of identity data,
discovery of OpenID Providers, and session management, when it makes sense
for them.
|