File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ modifies the core technology. This isn't an exhaustive list. Want your own conte
26
26
- [ Starter for Svelte Kit and the Ory Stack] ( https://github.com/MicLeey/sveltekit-ory-starter )
27
27
- [ Reference Ory Docker Compose Setup ] ( https://github.com/radekg/ory-reference-compose ) +
28
28
[ 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 )
30
30
- [ Ory Kratos "hydra-integration" branch] ( https://github.com/ory/kratos-selfservice-ui-node/tree/hydra-integration-2021 )
31
31
- [ Predefined dockertest libraries for Hydra, Kratos & Keto integration tests] ( https://github.com/radekg/app-kit-orytest )
32
32
Original file line number Diff line number Diff line change @@ -293,6 +293,15 @@ export const selfhosted: PropTypes = {
293
293
tested : false ,
294
294
repo : 'https://github.com/ory/examples/tree/master/kratos-keto-oathkeeper-supabase' ,
295
295
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'
296
305
}
297
306
]
298
307
}
You can’t perform that action at this time.
0 commit comments