golang-github-crewjam-saml 0.4.12-2 source package in Ubuntu

Changelog

golang-github-crewjam-saml (0.4.12-2) unstable; urgency=medium

  * Team upload
  * Fix typo in patch for adjusting build tags

 -- Shengjing Zhu <email address hidden>  Wed, 22 Feb 2023 18:30:52 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-crewjam-saml_0.4.12-2.dsc 1.9 KiB efe89be3088450cb43212e1224a12e62054bf3341208b0ccd8a2d3c7f42b2bb1
golang-github-crewjam-saml_0.4.12.orig.tar.gz 294.9 KiB b73bea77c13dc60b37c00d55141db9bf410906928fac39f8945961fd636e9988
golang-github-crewjam-saml_0.4.12-2.debian.tar.xz 3.3 KiB 620f68dfdd3ae4770ad129a4cb06ae6cdd14ee66d94a45492a3e452c333e17c1

Available diffs

No changes file available.

Binary packages built by this source

golang-github-crewjam-saml-dev: SAML library for Golang

 This package contains a partial implementation of the SAML standard in
 golang. SAML is a standard for identity federation, i.e. either allowing
 a third party to authenticate your users or allowing third parties to rely
 on this software to authenticate their users. In SAML parlance an Identity
 Provider (IDP) is a service that knows how to authenticate users.
 A Service Provider (SP) is a service that delegates authentication
 to an IDP. If you are building a service where users log in with someone
 else's credentials, then you are a Service Provider. This package supports
 implementing both service providers and identity providers.