ruby-jwt 2.7.1-1 source package in Ubuntu

Changelog

ruby-jwt (2.7.1-1) unstable; urgency=medium

  * Team upload
  * New upstream version 2.7.1

 -- Lucas Nussbaum <email address hidden>  Wed, 06 Sep 2023 23:09:00 +0200

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-jwt_2.7.1-1.dsc 2.0 KiB 908f152382727ba26aa437bba14897ab51a751bf72ada82241fdbe4948581160
ruby-jwt_2.7.1.orig.tar.gz 73.2 KiB 87a3f68bd13e83094067aaea927ca6205aa4f26593c8875803f2aa304c9761fc
ruby-jwt_2.7.1-1.debian.tar.xz 4.5 KiB d02583711e073d71895e7d30100239197f6d2be2aa3bea01c66f0226c320b6a8

Available diffs

No changes file available.

Binary packages built by this source

ruby-jwt: JSON Web Token implementation in Ruby

 A JSON Web Token (JWT) is a compact token format intended for space
 constrained environments such as HTTP Authorization headers and URI query
 parameters, and used as a means of representing claims to be transferred
 between two parties. The claims in a JWT are encoded as a JSON object that is
 digitally signed.
 .
 The JWT specification supports several algorithms for cryptographic signing.
 This library currently supports HMAC (HS256, HS384, HS512) and RSA
 (RS256, RS256, RS512). Unsigned plaintext JWT's are supported too.