feat: glob support for RedirectURIs
This commit is contained in:
parent
815ced424c
commit
8da9b5f665
6 changed files with 81 additions and 14 deletions
2
go.mod
2
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue