Silvan

Results 98 comments of Silvan

@fforootd is `end` defined as the last code executed before return to the client or write data?

additional improvement for phase 3: publish typescript type stubs as k6 does: https://www.npmjs.com/package/@types/k6 ?

@livio-a @fforootd Here are the outcomes i've written down: # Flows and Triggers ## Login/Reigster Flow * pre-discovery-trigger: when you land on `/ui/login/login` # additional question here: or when you...

# Proposal ## On event request.oauth.token (id, access and refresh token) request.oauth.introspect request.oidc.userinfo ```yaml on: request.oauth.token ``` ```yaml on: [user.created, user.registered] ``` ```yaml on: user: - created - registered ```...

# current flows ## external authentication ### Post Authentication - /login/externalidp/callback: if oidc - /login/jwt/authorize ### Pre Creation - /externaluser/option (register) - /login/externalidp/callback: if oidc - /login/jwt/authorize ### Post Creation...

# pipelines proposal The idea of this additional proposal is improve dev experience and simplify understanding of using "actions." additionally I propose to use the name `pipeline` when talking about...

# use cases ## grpc api requests - As a user I want react on each request to check if conditions of the request apply to my use cases. E.g....

brainstorming where to trigger actions/pipelines: https://jamboard.google.com/d/1kz646GB_MXmHjX4sq05dXW3IwO2b35Fv3_rIjTMp8Ys/edit?usp=sharing

Hi @lapin-b thanks for your report. I think the problem is, that an index name of the keys table is reused. Postgresql only allows the same index name per schema,...

Hi @lapin-b sorry for the late reply. https://github.com/zitadel/zitadel/releases/tag/v2.6.0 fixes the problem