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

@@ -80,6 +80,12 @@
"docsLink": "https://github.com/maennchen/zitadel_api",
"external": true
},
{
"title": "FastAPI",
"imgSrcDark": "/docs/img/tech/fastapi.svg",
"docsLink": "https://github.com/cleanenergyexchange/fastapi-zitadel-auth",
"external": true
},
{
"title": "NextAuth",
"imgSrcDark": "/docs/img/tech/nextjs.svg",