zitadel-go icon indicating copy to clipboard operation
zitadel-go copied to clipboard

ZITADEL Go - The official client library of ZITADEL for an easy integration into your Go project.

Results 30 zitadel-go issues
Sort by recently updated
recently updated
newest added

Currently I can only use the auth-api client to manipulate or read the service user. I am not able to call the api on behalf of a user, I'm not...

category: backend

### Definition of Ready - [ ] I am happy with the code - [ ] Short description of the feature/issue is added in the pr description - [ ]...

I want to do a simple thing. Close my development environment behind Cloudflare so no one can access, including the Zitadel test instance. But here's the trouble, by closing IP...

devops

I have tried to run the same code as this example and I am running zitadel locally. And I get this error when I run the code provided here :...

devx

In the official documentation, I came across a Go login example at https://zitadel.com/docs/examples/login/go. It recommends using **v3**: ``` go get -u github.com/zitadel/zitadel-go/v3 ``` However, if I'm not mistaken, the `next`...

I am trying to use Zitadel APIs to create/update user within a org . I have created a project and then a API type application then created a key for...

I've encountered an issue with the post logout redirect URI protocol being set incorrectly when my API is behind a TLS-terminating reverse proxy. Despite configuring the post logout redirect URL...

devx
auth

I think we should also allow to use PATs with this library and not only JWT profile.

category: backend

I would like to use the [OAuth2 clientcredentials tokensource](https://pkg.go.dev/golang.org/x/oauth2/clientcredentials) when using the SDK. Its working, but it requires that I coerce JWTProfileTokenSource into doing something that it wasn't meant to...

https://zitadel.com/docs/examples/introduction#frontend has a few but not a htmx one htmx can work with only html and go templates. demo https://htmx.org/examples/ Golang demo https://github.com/guilycst/go-htmx-todo-list https://github.com/Darkness4/auth-htmx This would make it so any...