ZITADEL GO
Go library for ZITADEL.
Features
- Authentication
- Authorization checks
- Client for ZITADEL API
Usage
Add the package to your go.mod by
go get -u github.com/zitadel/zitadel-go/v3
...and check out the examples in this repo or head over to our docs website.
Versions
If you're looking for older version of this module, please check out the following tags:
- v3.x.x is maintained on the main branch
- v2.2.8 is the last release for the v2 Go module
- v0.3.5 is the last release for the v0/v1 Go module
Currently only v3 is supported, due to some security updates that involve breaking changes. Therefore v2 and older will no longer be supported.
Supported Go Versions
For security reasons, we only support and recommend the use of one of the latest two Go versions (✅).
Versions that also build are marked with ⚠.
Version |
Supported |
<1.21 |
❌ |
1.21 |
✅ |
1.22 |
✅ |
License
The full functionality of this library is and stays open source and free to use for everyone. Visit our website and get in touch.
See the exact licensing terms here
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Contributors