feat: issuer from Forwarded header

This commit is contained in:
Tim Möhlmann 2023-09-07 12:13:13 +03:00
parent 607a76c154
commit 26898c9f9b
5 changed files with 149 additions and 6 deletions

2
go.mod
View file

@ -11,6 +11,7 @@ require (
github.com/gorilla/securecookie v1.1.1
github.com/jeremija/gosubmit v0.2.7
github.com/muhlemmer/gu v0.3.1
github.com/muhlemmer/httpforwarded v0.1.0
github.com/rs/cors v1.10.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.4
@ -34,6 +35,5 @@ require (
golang.org/x/sys v0.12.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)