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

Changelog

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

  * Team upload
  * New upstream release

 -- Mathias Gibbens <email address hidden>  Sat, 03 Dec 2022 21:22:00 +0000

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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-golang-jwt-jwt_4.4.3-1.dsc 2.2 KiB 429906fbc319b1249aebaa60e37302269f6ace780610ed52d823e2705c466421
golang-github-golang-jwt-jwt_4.4.3.orig.tar.gz 51.0 KiB b658738b30599626e908fcd00bed853a20ad5d471279f78263280415da2ba0f7
golang-github-golang-jwt-jwt_4.4.3-1.debian.tar.xz 2.6 KiB 839ca0152177a6752738bbea40058d0b461e2b25e290b5571543377368682b92

Available diffs

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