Silvan
Silvan
closed in favour of: https://github.com/zitadel/zitadel/pull/4916
## Decision drivers - dynamic routing (e.g. `users/{id}`) - crsf handling (currently `gorilla/csrf`) - form parsing ## Activaly maintained packages - [https://pkg.go.dev/github.com/gin-gonic/gin](gin) (used widely in golang) - [https://pkg.go.dev/github.com/go-chi/chi/v5](chi) (no dependencies)...
- should be possible to add middlewares using `http.Handler` or `http.HandleFunc`
I would go with chi
chi has no dependencies, no custom implementation of `Context`, feels nearly as the native `http.Router` with some additions @livio-a correct me if I'm wrong but I think most of our...
I like the idea @muhlemmer I think it's easier to gain some knowledge of the router there
> This is now possible with our new actions v2. > > As first part we have implemented the possibility to run them on each request. > > You can...
We provide some self hosting examples which allow to use zitadel using https. For example here: https://zitadel.com/docs/self-hosting/manage/reverseproxy/nginx#tls-mode-external I need to check if you can overwrite the domain so that you...