ruby-jwt 2.7.0-2 source package in Ubuntu
Changelog
ruby-jwt (2.7.0-2) unstable; urgency=medium * Reupload to unstable * Drop X*-Ruby-Versions fields -- Pirate Praveen <email address hidden> Mon, 12 Jun 2023 17:09:02 +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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-jwt_2.7.0-2.dsc | 2.0 KiB | 05f9e690799a4a8bf905ebeb29ca8866875eb093973af03e215b6fda619f8226 |
ruby-jwt_2.7.0.orig.tar.gz | 73.3 KiB | 7aa40bb4da4a43e1a31ed2d9c00dcb22be346829088d08bdb143dfc3deb884c6 |
ruby-jwt_2.7.0-2.debian.tar.xz | 4.4 KiB | 5f80951ab111730d0d24bdd6721ba37c0cedcbf5561dd864b1494b4750451aa7 |
Available diffs
- diff from 2.5.0-1 to 2.7.0-2 (29.3 KiB)
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.