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

## Description Want to have the option to use a static token when it creating a connection. The example is below; - https://github.com/auth0/go-auth0/blob/main/doc.go#L18 - https://pkg.go.dev/gopkg.in/[email protected]/management#WithStaticToken ## Context Currently there seems...

We should provide the ability to configure a cache in the introspection interceptor so that not every call is sent to the endpoint. The cache can either be implemented by...

enhancement
category: backend

I couldn't find a client to manage assets (specifically logos), is there one? I saw that there is documentation for it: https://docs.zitadel.com/docs/apis/assets, but it is not listed here: https://github.com/zitadel/zitadel-go/tree/v2.0.0-v2-alpha.9/pkg/client

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.19.0 to 0.20.0. Commits 84cb9f7 oauth2: fix typo in comment 4b7f0bd go.mod: update cloud.google.com/go/compute/metadata dependency e11eea8 microsoft: added DeviceAuthURL to AzureADEndpoint See full diff in compare view...

dependencies
go

Bumps google.golang.org/protobuf from 1.33.0 to 1.34.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.33.0&new-version=1.34.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
go

I want to change the authentication package to allow the token returned from Zitadel to the callback to be stored directly in the cookie rather than associating it with a...

enhancement
auth

Update report - latest zitadel tag: [v2.58.0](https://github.com/zitadel/zitadel/releases/tag/v2.58.0) - checked out zitadel version: [v2.58.0](https://github.com/zitadel/zitadel/releases/tag/v2.58.0) - generated clients - Auto-generated by [create-pull-request][1] [1]: https://github.com/peter-evans/create-pull-request

Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.20.0 to 2.21.0. Release notes Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases. v2.21.0 What's Changed feat: Use version info from runtime/debug:BuildInfo when installed by go build by @​MakDon in grpc-ecosystem/grpc-gateway#4359...

dependencies
go

Hello! I am using github.com/zitadel/zitadel-go/v3/pkg/client to manage Zitadel from my application and I'd like to monitor my outgoing requests. While there is one way of doing so by writing a...

released
architecture
devx

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.65.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.65.0 Dependencies Change support policy to cover only the latest TWO releases of Go, matching the policy...

dependencies
go