@@ -7,18 +7,18 @@ export const official: PropTypes = {
7
7
'Guides, tutorials, and configurations for using Ory services. Examples maintained and tested by the Ory team.' ,
8
8
examples : [
9
9
{
10
- title : 'Protect a Page with Login: NextJs /React' ,
11
- language : 'typescript ' ,
12
- // framework: 'NextJs /React',
10
+ title : 'Protect a Page with Login: Next.js /React' ,
11
+ language : 'javascript ' ,
12
+ // framework: 'Next.js /React',
13
13
author : 'ory' ,
14
14
tested : true ,
15
15
repo : 'https://github.com/ory/docs/tree/master/code-examples/protect-page-login/nextjs' ,
16
16
docs : 'https://www.ory.sh/docs/guides/protect-page-login/next.js'
17
17
} ,
18
18
{
19
- title : 'Protect a Page with Login: ExpressJS ' ,
20
- language : 'typescript ' ,
21
- // framework: 'ExpressJs ',
19
+ title : 'Protect a Page with Login: Express.js ' ,
20
+ language : 'javascript ' ,
21
+ // framework: 'Express.js ',
22
22
author : 'ory' ,
23
23
tested : true ,
24
24
repo : 'https://github.com/ory/docs/tree/master/code-examples/protect-page-login/expressjs' ,
@@ -42,6 +42,15 @@ export const official: PropTypes = {
42
42
repo : 'https://github.com/ory/docs/tree/master/code-examples/protect-page-login/php' ,
43
43
docs : 'https://www.ory.sh/docs/guides/protect-page-login/php'
44
44
} ,
45
+ {
46
+ title : 'Protect a Page with Login: Vue.js' ,
47
+ language : 'javascript' ,
48
+ // framework: 'Vanilla',
49
+ author : 'ory' ,
50
+ tested : true ,
51
+ repo : 'https://github.com/ory/docs/tree/master/code-examples/protect-page-login/vue' ,
52
+ docs : 'https://www.ory.sh/docs/guides/protect-page-login/vue'
53
+ } ,
45
54
{
46
55
title : 'Protect a Page with Login: Flutter' ,
47
56
language : 'dart' ,
@@ -70,18 +79,18 @@ export const official: PropTypes = {
70
79
docs : 'https://www.ory.sh/securing-flask-application-using-kratos-and-keto/'
71
80
} ,
72
81
{
73
- title : 'Customize Self-service UI: NodeJs ' ,
82
+ title : 'Customize Self-service UI: Node.js ' ,
74
83
language : 'typescript' ,
75
- // framework: 'NodeJs ',
84
+ // framework: 'Node.js ',
76
85
author : 'ory' ,
77
86
tested : true ,
78
87
repo : 'https://github.com/ory/kratos-selfservice-ui-node' ,
79
88
docs : 'https://github.com/ory/kratos-selfservice-ui-node/blob/master/README.md'
80
89
} ,
81
90
{
82
- title : 'Customize Self-service UI: NextJS /React' ,
91
+ title : 'Customize Self-service UI: Next.js /React' ,
83
92
language : 'typescript' ,
84
- // framework: 'NextJs /React',
93
+ // framework: 'Next.js /React',
85
94
author : 'ory' ,
86
95
tested : true ,
87
96
repo : 'https://github.com/ory/kratos-nextjs-react-example' ,
@@ -98,8 +107,8 @@ export const official: PropTypes = {
98
107
} ,
99
108
{
100
109
title : 'Ory Cloud with Supabase Backend' ,
101
- language : 'typescript ' ,
102
- // framework: 'React Native ',
110
+ language : 'go ' ,
111
+ // framework: 'Go ',
103
112
author : 'ory' ,
104
113
tested : false ,
105
114
repo : 'https://github.com/ory/examples/tree/master/supabase-ory-cloud' ,
@@ -142,9 +151,9 @@ export const community: PropTypes = {
142
151
docs : 'https://hauke.me/writing/2021-03-building-a-quarkus-application-with-ory-kratos/'
143
152
} ,
144
153
{
145
- title : 'Customize Self-service UI: Vue3 ' ,
154
+ title : 'Customize Self-service UI: Vue.js ' ,
146
155
language : 'typescript' ,
147
- // framework: 'Vue3 ',
156
+ // framework: 'Vue.js ',
148
157
author : 'timalanfarrow' ,
149
158
tested : false ,
150
159
repo : 'https://github.com/timalanfarrow/kratos-selfservice-ui-vue3-typescript' ,
@@ -223,7 +232,7 @@ export const selfhosted: PropTypes = {
223
232
docs : 'https://www.ory.sh/zero-trust-api-security-ory-tutorial/'
224
233
} ,
225
234
{
226
- title : 'Ory Oathkeeper Examples ' ,
235
+ title : 'Ory Oathkeeper Configurations ' ,
227
236
language : 'ory' ,
228
237
// framework: 'Ory Oathkeeper',
229
238
author : 'ory' ,
@@ -232,7 +241,25 @@ export const selfhosted: PropTypes = {
232
241
docs : 'https://github.com/ory/examples/blob/master/oathkeeper/README.md'
233
242
} ,
234
243
{
235
- title : 'Simple Admin UI for Ory Kratos' ,
244
+ title : 'Ory Hydra Nginx Configurations' ,
245
+ language : 'ory' ,
246
+ // framework: 'Ory Hydra',
247
+ author : 'ory' ,
248
+ tested : false ,
249
+ repo : 'https://github.com/ory/examples/tree/master/hydra-nginx' ,
250
+ docs : 'https://github.com/ory/examples/blob/master/hydra-nginx/README.md'
251
+ } ,
252
+ {
253
+ title : 'Ory Kratos Nginx Configurations' ,
254
+ language : 'ory' ,
255
+ // framework: 'Ory Oathkeeper',
256
+ author : 'ory' ,
257
+ tested : false ,
258
+ repo : 'https://github.com/ory/examples/tree/master/kratos-nginx' ,
259
+ docs : 'https://github.com/ory/examples/blob/master/kratos-nginx/README.md'
260
+ } ,
261
+ {
262
+ title : 'Basic Admin UI for Ory Kratos' ,
236
263
language : 'javascript' ,
237
264
// framework: 'Ory Kratos',
238
265
author : 'dfoxg' ,
@@ -257,6 +284,15 @@ export const selfhosted: PropTypes = {
257
284
tested : false ,
258
285
repo : 'https://github.com/radekg/ory-reference-compose' ,
259
286
docs : 'https://github.com/radekg/ory-reference-compose/blob/master/README.md'
287
+ } ,
288
+ {
289
+ title : 'Ory Kratos with Supabase Backend' ,
290
+ language : 'Go' ,
291
+ // framework: 'Go',
292
+ author : 'ory' ,
293
+ tested : false ,
294
+ repo : 'https://github.com/ory/examples/tree/master/kratos-keto-oathkeeper-supabase' ,
295
+ docs : 'https://www.ory.sh/tutorial-url-shortener-supabase-ory-integration-backend/'
260
296
}
261
297
]
262
298
}
0 commit comments