golang-github-golang-jwt-jwt 4.1.0-1 source package in Ubuntu

Changelog

golang-github-golang-jwt-jwt (4.1.0-1) unstable; urgency=medium

  * Initial release (Closes: #999466)

 -- Pirate Praveen <email address hidden>  Thu, 11 Nov 2021 18:40:25 +0530

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-github-golang-jwt-jwt_4.1.0-1.dsc 2.2 KiB f9abdd6c9fcee66e50d7ed0fa81773f9f98dd9468bb876d2f9ba3e859cf408aa
golang-github-golang-jwt-jwt_4.1.0.orig.tar.gz 44.3 KiB 26a1b29c6924121b63a1fff23b1d68ff441526b024e94de8fbe89df581114725
golang-github-golang-jwt-jwt_4.1.0-1.debian.tar.xz 2.8 KiB 4d4ec874473720875a7754de5cc29d669ba8d33e32d86a20740df463eb7fb857

No changes file available.

Binary packages built by this source

golang-github-golang-jwt-jwt-dev: golang implementation of JSON Web Tokens (library)

 Community maintained clone of github.com/dgrijalva/jwt-go.
 .
 After the original author of the library suggested migrating the
 maintenance of jwt-go, a dedicated team of open source maintainers
 decided to clone the existing library into this module.
 .
 The command line utility included in this project (cmd/jwt) provides
 a straightforward example of token creation and parsing as well as a
 useful tool for debugging your own integration. You'll also find several
 implementation examples in the documentation.
 .
 This package provides golang module.

jwt: golang implementation of JSON Web Tokens (command line)

 Community maintained clone of github.com/dgrijalva/jwt-go.
 .
 After the original author of the library suggested migrating the
 maintenance of jwt-go, a dedicated team of open source maintainers
 decided to clone the existing library into this module.
 .
 The command line utility included in this project (cmd/jwt) provides
 a straightforward example of token creation and parsing as well as a
 useful tool for debugging your own integration. You'll also find several
 implementation examples in the documentation.
 .
 This package provides the command line.

jwt-dbgsym: debug symbols for jwt