docs: add fast api example (#9418)

# Which Problems Are Solved

The community implemented an example for integrating fastAPI with
Zitadel.
So far this example has not been listed.

# How the Problems Are Solved

The example is now listed
Disclaimer is added, that some of the examples are not maintained by us
This commit is contained in:
Fabienne Bühler
2025-02-26 15:54:52 +01:00
committed by GitHub
parent 75a30229c1
commit 4375c065b2
4 changed files with 20 additions and 0 deletions

View File

@@ -68,6 +68,11 @@ module.exports = {
label: "Elixir",
href: "https://github.com/maennchen/zitadel_api",
},
{
type: "link",
label: "FastAPI",
href: "https://github.com/cleanenergyexchange/fastapi-zitadel-auth",
},
{
type: "link",
label: "NextAuth",