Skip to content

Commit 6dca37b

Browse files
authored
chore: remove outdated project graph (#2239)
1 parent ab617e0 commit 6dca37b

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

docs/ecosystem/projects.mdx

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -103,32 +103,6 @@ import { ProjectOverviewGraph } from "@site/src/pages/_assets/project-overview-g
103103
<ProjectOverviewGraph />
104104
```
105105

106-
```mdx-code-block
107-
import Mermaid from "@site/src/theme/Mermaid"
108-
109-
<Mermaid
110-
chart={`graph LR
111-
112-
User[User]
113-
Devices[Devices Web, Mobile, etc.]
114-
Oathkeeper[Ory / oathkeeper<br>Identity and Access Proxy IAP]
115-
Hydra[Ory / hydra<br>OAuth 2.0 and OpenID Connect]
116-
Kratos[Ory / kratos<br>Cloud native identity infrastructure]
117-
Keto[Ory / keto<br>Permission and Role Management]
118-
API[Your Code<br>API Endpoint 1 & API Endpoint 2]
119-
120-
User --> Devices
121-
Devices --> Oathkeeper
122-
123-
Oathkeeper -->|protects| API
124-
Oathkeeper -->|authenticates credentials with| Hydra
125-
User -->|Registers, log in, manages profiles, ...| Kratos
126-
Oathkeeper --> Kratos
127-
Oathkeeper -->|checks permissions with| Keto
128-
`}
129-
width="100%" />
130-
```
131-
132106
If you were to use the full Ory Ecosystem, it would probably look something like this. Keep in mind that any component shown here
133107
can be replaced or removed, depending on your use case.
134108

0 commit comments

Comments
 (0)