| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 
 | Source: golang-github-appleboy-gin-jwt
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Cyril Brulebois <cyril@debamax.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-appleboy-gofight-dev,
               golang-github-gin-gonic-gin-dev (>= 1.6.3),
               golang-github-golang-jwt-jwt-dev,
               golang-github-stretchr-testify-dev,
               golang-github-tidwall-gjson-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-appleboy-gin-jwt
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-appleboy-gin-jwt.git
Homepage: https://github.com/appleboy/gin-jwt
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/appleboy/gin-jwt
Package: golang-github-appleboy-gin-jwt-dev
Architecture: all
Depends: golang-github-appleboy-gofight-dev,
         golang-github-gin-gonic-gin-dev (>= 1.6.3),
         golang-github-golang-jwt-jwt-dev,
         golang-github-stretchr-testify-dev,
         golang-github-tidwall-gjson-dev,
         ${misc:Depends}
Description: JWT middleware for the Gin framework
 This is a middleware for the Gin framework. It uses jwt-go to
 implement a JWT authentication middleware. It provides additional
 handler functions to provide the login API that will generate the
 token and an additional refresh handler that can be used to refresh
 tokens.
 |