docs(examples): update examples (#7014)

Co-authored-by: Fabi <fabienne@zitadel.com>
This commit is contained in:
mffap 2023-12-21 12:01:11 +02:00 committed by GitHub
parent a0a82b59e1
commit ab2c3f7752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
---
title: Overview of ZITADEL Examples, Quickstarts, and SDKs
title: Overview of ZITADEL example applications and quickstarts
sidebar_label: Overview
---
@ -198,3 +198,12 @@ Our examples cover a range of programming languages and frameworks, so no matter
<td></td>
</tr>
</table>
## Other example applications
- [B2B customer portal](https://github.com/zitadel/zitadel-nextjs-b2b): Showcase the use of personal access tokens in a B2B environment. Uses NextJS Framework.
- [Frontend with backend API](https://github.com/zitadel/example-quote-generator-app): A simple web application using a React front-end and a Python back-end API, both secured using ZITADEL
- [Introspection](https://github.com/zitadel/examples-api-access-and-token-introspection): Python examples for securing an API and invoking it as a service user
- [Fine-grained authorization](https://github.com/zitadel/example-fine-grained-authorization): Leverage actions, custom metadata, and claims for attribute-based access control
Search for the "example" tag in our repository to [explore all examples](https://github.com/search?q=topic%3Aexamples+org%3Azitadel&type=repositories).