1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-08-08 22:46:33 +02:00

Use gorilla mux for OAuth Proxy routing

This commit is contained in:
Joel Speed
2021-03-23 19:34:06 +00:00
committed by Joel Speed
parent c00d36159e
commit a8c9b2903d
4 changed files with 88 additions and 70 deletions

1
go.mod
View File

@ -16,6 +16,7 @@ require (
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
github.com/go-redis/redis/v8 v8.2.3
github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.8.0 // indirect
github.com/justinas/alice v1.2.0
github.com/mbland/hmacauth v0.0.0-20170912233209-44256dfd4bfa
github.com/mitchellh/mapstructure v1.1.2