feat: glob support for RedirectURIs

This commit is contained in:
David Sharnoff 2023-02-28 17:24:30 -08:00
parent 815ced424c
commit 8da9b5f665
6 changed files with 81 additions and 14 deletions

2
go.mod
View file

@ -3,6 +3,8 @@ module github.com/zitadel/oidc
go 1.16
require (
github.com/dmarkham/enumer v1.5.7 // indirect
github.com/gobwas/glob v0.2.3
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.5.2 // indirect
github.com/google/go-github/v31 v31.0.0