Skip to content

Commit 03e5d84

Browse files
authored
fix: add kratos/hydra integration example (#877)
1 parent 9228a21 commit 03e5d84

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/ecosystem/community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ modifies the core technology. This isn't an exhaustive list. Want your own conte
2626
- [Starter for Svelte Kit and the Ory Stack](https://github.com/MicLeey/sveltekit-ory-starter)
2727
- [Reference Ory Docker Compose Setup ](https://github.com/radekg/ory-reference-compose) +
2828
[Article](https://gruchalski.com/posts/2021-04-10-ory-reference-docker-compose-and-thoughts-on-the-platform/)
29-
- [WIP Ory Hydra/Kratos Integration in Go](https://github.com/atreya2011/go-kratos-test)
29+
- [Ory Hydra/Kratos Integration in Go](https://github.com/atreya2011/go-kratos-test/tree/hydra-consent)
3030
- [Ory Kratos "hydra-integration" branch](https://github.com/ory/kratos-selfservice-ui-node/tree/hydra-integration-2021)
3131
- [Predefined dockertest libraries for Hydra, Kratos & Keto integration tests](https://github.com/radekg/app-kit-orytest)
3232

src/pages/_assets/examples-content.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,15 @@ export const selfhosted: PropTypes = {
293293
tested: false,
294294
repo: 'https://github.com/ory/examples/tree/master/kratos-keto-oathkeeper-supabase',
295295
docs: 'https://www.ory.sh/tutorial-url-shortener-supabase-ory-integration-backend/'
296+
},
297+
{
298+
title: 'Ory Hydra / Kratos Integration in Go',
299+
language: 'ory',
300+
// framework: 'Ory',
301+
author: 'atreya2011',
302+
tested: false,
303+
repo: 'https://github.com/atreya2011/go-kratos-test/tree/hydra-consent',
304+
docs: 'https://github.com/atreya2011/go-kratos-test/blob/hydra-consent/README.md'
296305
}
297306
]
298307
}

0 commit comments

Comments
 (0)