golang-github-gorilla-sessions 1.2.1-1 source package in Ubuntu

Changelog

golang-github-gorilla-sessions (1.2.1-1) unstable; urgency=medium

  * Add uscan watch file
  * New upstream version 1.2.1
  * Update Section to golang
  * Adopt package (Closes: #889238)
  * Bump debhelper-compat to 13
  * Update Standards-Version to 4.6.1 (no changes)
  * Remove golang-github-gorilla-context-dev from Depends
  * Add Rules-Requires-Root
  * Add Multi-Arch hint
  * Remove outdated lintian-overrides

 -- Shengjing Zhu <email address hidden>  Sat, 02 Jul 2022 01:39:50 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gorilla-sessions_1.2.1-1.dsc 1.7 KiB 847601bd40d4752722c270d9f0689d0754eda5597ba0e70734bd516bb7a6e22b
golang-github-gorilla-sessions_1.2.1.orig.tar.gz 13.1 KiB 2234387daf91ba4318516ba3b9f73ba0d166dc5f0a45f146b918f3a4c11a3184
golang-github-gorilla-sessions_1.2.1-1.debian.tar.xz 3.0 KiB 4bca21718427e9acf45143fc41be60aba700d913239842294ec80b6ba11b4654

No changes file available.

Binary packages built by this source

golang-github-gorilla-sessions-dev: save cookie and filesystem sessions and allow custom session backends

 This package provides a Go library that implements methods to save
 cookies and filesystem sessions and allows custom session backends.
 It is provided by Gorilla which is a web toolkit for the Go
 programming language.
 .
 Features:
   - Simple API: use it as an easy way to set signed cookies
   - Cookies can optionally be enycrpted
   - Built-in backends to store sessions in cookies on the filesystem
   - Flash messages: session values that last until read
   - Session persistency switching
   - Methods to rotate authentication and encryption keys
   - Multiple sessions per request, even using different backends
   - Support for custom session backends