introduce oidc middleware

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2019-12-11 15:32:22 +01:00
committed by Thomas Müller
parent 036f94467d
commit d9e0380d80
7 changed files with 612 additions and 7 deletions
+3 -2
View File
@@ -4,15 +4,16 @@ go 1.13
require (
github.com/ascarter/requestid v0.0.0-20170313220838-5b76ab3d4aee
github.com/coreos/go-oidc v2.1.0+incompatible
github.com/go-chi/chi v4.0.2+incompatible
github.com/haya14busa/goverage v0.0.0-20180129164344-eec3514a20b5 // indirect
github.com/justinas/alice v1.2.0
github.com/micro/cli v0.2.0
github.com/micro/go-micro v1.17.1
github.com/micro/go-plugins v1.5.1
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/prometheus/client_golang v1.2.1
github.com/restic/calens v0.1.0 // indirect
github.com/rs/zerolog v1.17.2
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
go.opencensus.io v0.22.2
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
)