ruby-openid-connect 1.3.0-2 source package in Ubuntu

Changelog

ruby-openid-connect (1.3.0-2) unstable; urgency=medium

  * Team upload.
  * Reupload to unstable
  * Drop obsolete X*-Ruby-Versions fields

 -- Pirate Praveen <email address hidden>  Tue, 13 Jun 2023 00:11:01 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-openid-connect_1.3.0-2.dsc 2.3 KiB d8951e65e745ec32f38e2fea50ea9a61d71a3ce081e67e1da485fac5329726b1
ruby-openid-connect_1.3.0.orig.tar.gz 26.9 KiB c50c2531598781cd8714d6f55d3c00f9c324aa4ffc75878a8b922feab146bea6
ruby-openid-connect_1.3.0-2.debian.tar.xz 3.6 KiB f9ae502e0d18d1313558e4990b8c11d4301e87a5b846b23ff1b31d6427cc2950

Available diffs

No changes file available.

Binary packages built by this source

ruby-openid-connect: 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.