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

Add claim extractor provider util

This commit is contained in:
Joel Speed
2021-06-26 11:48:49 +01:00
committed by Joel Speed
parent 44dc3cad77
commit 537e596904
4 changed files with 758 additions and 0 deletions

1
go.mod
View File

@ -23,6 +23,7 @@ require (
github.com/onsi/gomega v1.10.2
github.com/pierrec/lz4 v2.5.2+incompatible
github.com/prometheus/client_golang v1.9.0
github.com/spf13/cast v1.3.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.3
github.com/stretchr/testify v1.6.1