# Generated by go2rpm %bcond_without check # https://github.com/auth0/go-jwt-middleware %global goipath github.com/auth0/go-jwt-middleware Version: 1.0.0 %gometa %global common_description %{expand: A middleware that will check that a JWT is sent on the Authorization header and will then set the content of the JWT into the user variable of the request. This module lets you authenticate HTTP requests using JWT tokens in your Go Programming Language applications. JWTs are typically used to protect API endpoints, and are often issued using OpenID Connect.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 6%{?dist} Summary: Middleware for Go to check for jwts on http requests License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/form3tech-oss/jwt-go) BuildRequires: golang(github.com/go-martini/martini) BuildRequires: golang(github.com/gorilla/mux) BuildRequires: golang(github.com/urfave/negroni) %if %{with check} # Tests BuildRequires: golang(github.com/smartystreets/goconvey/convey) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jul 21 2022 Fedora Release Engineering - 1.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Robert-André Mauchin - 1.0.0-5 - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 * Thu Jan 20 2022 Fedora Release Engineering - 1.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Jan 08 22:21:56 CET 2021 Robert-André Mauchin - 1.0.0-1 - Update to 1.0.0 * Mon Jul 27 2020 Fedora Release Engineering - 0.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jul 23 18:42:44 CEST 2020 Robert-André Mauchin - 0.1-16.20200723gitd30d7b9 - Bump to commit d30d7b9ece63db46d9d3b6a6f9e2ab184fd8a6c5 * Tue Jan 28 2020 Fedora Release Engineering - 0.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Jan 28 00:57:24 CET 2020 Robert-André Mauchin - 0.1-14.20200128git3608124 - Bump to commit 36081240882bbf356af6efb152969e4b0bcf4456 * Thu Jul 25 2019 Fedora Release Engineering - 0.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Jul 09 2019 Elliott Sales de Andrade - 0.1-12.20190622git5493cab - Add Obsoletes for old name * Mon Apr 15 22:37:22 CEST 2019 Robert-André Mauchin - 0.1-11.20190622git5493cab - Bump to 5493cabe49f7bfa6e2ec444a09d334d90cd4e2bd * Thu Jan 31 2019 Fedora Release Engineering - 0.1-10.git8c897f7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0.1-9.git8c897f7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0.1-8.git8c897f7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 0.1-7.git8c897f7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0.1-6.git8c897f7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 0.1-5.git8c897f7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Jul 21 2016 Fedora Release Engineering - 0.1-4.git8c897f7 - https://fedoraproject.org/wiki/Changes/golang1.7 * Mon Feb 22 2016 Fedora Release Engineering - 0.1-3.git8c897f7 - https://fedoraproject.org/wiki/Changes/golang1.6 * Wed Feb 03 2016 Fedora Release Engineering - 0.1-2.git8c897f7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Oct 12 2015 lpabon - 0.1-1.git8c897f7 - First package for Fedora