From ab2c3f77526d40e1276b4c887bdd1d20cca4c31c Mon Sep 17 00:00:00 2001 From: mffap Date: Thu, 21 Dec 2023 12:01:11 +0200 Subject: [PATCH] docs(examples): update examples (#7014) Co-authored-by: Fabi --- docs/docs/examples/introduction.mdx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/docs/examples/introduction.mdx b/docs/docs/examples/introduction.mdx index 4ee14d51b9..49ac1a834d 100644 --- a/docs/docs/examples/introduction.mdx +++ b/docs/docs/examples/introduction.mdx @@ -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 + +## 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).