mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 08:57:35 +00:00
feat: actions (#2377)
* feat(actions): begin api * feat(actions): begin api * api and projections * fix: handle multiple statements for a single event in projections * export func type * fix test * update to new reduce interface * flows in login * feat: jwt idp * feat: command side * feat: add tests * actions and flows * fill idp views with jwt idps and return apis * add jwtEndpoint to jwt idp * begin jwt request handling * add feature * merge * merge * handle jwt idp * cleanup * bug fixes * autoregister * get token from specific header name * fix: proto * fixes * i18n * begin tests * fix and log http proxy * remove docker cache * fixes * usergrants in actions api * tests adn cleanup * cleanup * fix add user grant * set login context * i18n Co-authored-by: fabi <fabienne.gerschwiler@gmail.com>
This commit is contained in:
3
go.mod
3
go.mod
@@ -11,6 +11,7 @@ require (
|
||||
github.com/Masterminds/goutils v1.1.1 // indirect
|
||||
github.com/Masterminds/semver v1.5.0 // indirect
|
||||
github.com/Masterminds/sprig v2.22.0+incompatible
|
||||
github.com/Masterminds/squirrel v1.5.0
|
||||
github.com/VictoriaMetrics/fastcache v1.7.0
|
||||
github.com/ajstarks/svgo v0.0.0-20210406150507-75cfd577ce75
|
||||
github.com/allegro/bigcache v1.2.1
|
||||
@@ -19,6 +20,8 @@ require (
|
||||
github.com/caos/oidc v0.15.10
|
||||
github.com/caos/orbos v1.5.14-0.20210803090517-905668247c09
|
||||
github.com/cockroachdb/cockroach-go/v2 v2.1.1
|
||||
github.com/dop251/goja v0.0.0-20210817151038-07a7fd9355b4
|
||||
github.com/dop251/goja_nodejs v0.0.0-20210225215109-d91c329300e7
|
||||
github.com/duo-labs/webauthn v0.0.0-20210727191636-9f1b88ef44cc
|
||||
github.com/envoyproxy/protoc-gen-validate v0.6.1
|
||||
github.com/getsentry/sentry-go v0.11.0
|
||||
|
Reference in New Issue
Block a user