From d2ae7682229bda0a430f9f5675d892c765b79648 Mon Sep 17 00:00:00 2001 From: Jonas Hungershausen Date: Tue, 15 Jul 2025 11:42:40 +0200 Subject: [PATCH] chore: remove outdated project graph --- docs/ecosystem/projects.mdx | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/docs/ecosystem/projects.mdx b/docs/ecosystem/projects.mdx index 52e8ff7d2..7f01d10c2 100644 --- a/docs/ecosystem/projects.mdx +++ b/docs/ecosystem/projects.mdx @@ -103,32 +103,6 @@ import { ProjectOverviewGraph } from "@site/src/pages/_assets/project-overview-g ``` -```mdx-code-block -import Mermaid from "@site/src/theme/Mermaid" - -Identity and Access Proxy IAP] -Hydra[Ory / hydra
OAuth 2.0 and OpenID Connect] -Kratos[Ory / kratos
Cloud native identity infrastructure] -Keto[Ory / keto
Permission and Role Management] -API[Your Code
API Endpoint 1 & API Endpoint 2] - -User --> Devices -Devices --> Oathkeeper - -Oathkeeper -->|protects| API -Oathkeeper -->|authenticates credentials with| Hydra -User -->|Registers, log in, manages profiles, ...| Kratos -Oathkeeper --> Kratos -Oathkeeper -->|checks permissions with| Keto -`} - width="100%" /> -``` - If you were to use the full Ory Ecosystem, it would probably look something like this. Keep in mind that any component shown here can be replaced or removed, depending on your use case.