mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-08 12:28:34 +00:00

* docs: docs structure * docs: remove sdk from main nav * docs: fix broken links * docs: texts * docs: texts * docs: react example * docs: proposal restructure * remove manual, move troubleshooting * revmove duplicate item * identity providers * broken links and rel paths * examples wip * examples * navigation * support * solution scenarios * concepts * overview * Actions caution to info * suggestions from code review * remove start command again * proposed start command (with and without api) * wip startpage * startpage * broken link integrate * remove get started from nav * Apply suggestions from code review Co-authored-by: Elio Bischof <elio@zitadel.com> --------- Co-authored-by: Fabienne <fabienne.gerschwiler@gmail.com> Co-authored-by: Florian Forster <florian@zitadel.com> Co-authored-by: Elio Bischof <elio@zitadel.com>
1.9 KiB
1.9 KiB
title |
---|
SDKs |
ZITADEL SDK
Language / Framework | Link Github | User Authentication | Manage resources | Notes |
---|---|---|---|---|
.NET | zitadel-net | ✔️ | ✔️ | community |
Elixir | zitadel_api | ✔️ | ✔️ | community |
Go | zitadel-go | ❌ | ✔️ | official |
JVM | 🚧 WIP | ❓ | ❓ | TBD |
Python | 🚧 WIP | ❓ | ❓ | TBD |
NodeJS | @zitadel/node | ❌ | ✔️ | community |
More
While we are not actively maintaining the following projects, it is worth checking out if you're interested in exploring ZITADEL in different programming languages or frameworks.
- NodeJS passport authentication helper
- Dart library for ZITADEL, contains gRPC and API access elements
- NextAuth Provider for ZITADEL
If we do not provide an example, SDK or guide, we strongly recommend using existing authentication libraries for your language or framework instead of building your own. Certified libraries have undergone rigorous testing and validation to ensure high security and reliability. There are many recommended libraries available, this saves time and ensures that users' data is well-protected.
You might want to check out the following links to find a good library: