@@ -8,17 +8,15 @@ export const official: PropTypes = {
8
8
examples : [
9
9
{
10
10
title : 'Protect a Page with Login: Next.js/React' ,
11
- language : 'javascript' ,
12
- // framework: 'Next.js/React',
11
+ language : 'nextjs' ,
13
12
author : 'ory' ,
14
13
tested : true ,
15
14
repo : 'https://github.com/ory/docs/tree/master/code-examples/protect-page-login/nextjs' ,
16
15
docs : 'https://www.ory.sh/docs/guides/protect-page-login/next.js'
17
16
} ,
18
17
{
19
18
title : 'Protect a Page with Login: Express.js' ,
20
- language : 'javascript' ,
21
- // framework: 'Express.js',
19
+ language : 'typescript' ,
22
20
author : 'ory' ,
23
21
tested : true ,
24
22
repo : 'https://github.com/ory/docs/tree/master/code-examples/protect-page-login/expressjs' ,
@@ -27,7 +25,6 @@ export const official: PropTypes = {
27
25
{
28
26
title : 'Protect a Page with Login: Go' ,
29
27
language : 'go' ,
30
- // framework: 'Vanilla',
31
28
author : 'ory' ,
32
29
tested : true ,
33
30
repo : 'https://github.com/ory/docs/tree/master/code-examples/protect-page-login/go' ,
@@ -36,34 +33,30 @@ export const official: PropTypes = {
36
33
{
37
34
title : 'Protect a Page with Login: PHP' ,
38
35
language : 'php' ,
39
- // framework: 'Vanilla',
40
36
author : 'ory' ,
41
37
tested : true ,
42
38
repo : 'https://github.com/ory/docs/tree/master/code-examples/protect-page-login/php' ,
43
39
docs : 'https://www.ory.sh/docs/guides/protect-page-login/php'
44
40
} ,
45
41
{
46
42
title : 'Protect a Page with Login: Vue.js' ,
47
- language : 'javascript' ,
48
- // framework: 'Vanilla',
43
+ language : 'vue' ,
49
44
author : 'ory' ,
50
45
tested : true ,
51
46
repo : 'https://github.com/ory/docs/tree/master/code-examples/protect-page-login/vue' ,
52
47
docs : 'https://www.ory.sh/docs/guides/protect-page-login/vue'
53
48
} ,
54
49
{
55
50
title : 'Protect a Page with Login: Flutter' ,
56
- language : 'dart' ,
57
- // framework: 'Flutter',
51
+ language : 'flutter' ,
58
52
author : 'ory' ,
59
53
tested : true ,
60
54
repo : 'https://github.com/ory/docs/tree/master/code-examples/protect-page-login/flutter_web_redirect' ,
61
55
docs : 'https://www.ory.sh/docs/guides/protect-page-login/-web-redirect'
62
56
} ,
63
57
{
64
58
title : 'Protect a Page with Login: Django' ,
65
- language : 'python' ,
66
- // framework: 'Django',
59
+ language : 'django' ,
67
60
author : 'ory' ,
68
61
tested : true ,
69
62
repo : 'https://github.com/ory/examples/tree/master/django-ory-cloud' ,
@@ -72,34 +65,30 @@ export const official: PropTypes = {
72
65
{
73
66
title : 'Protect a Page with Login: Flask' ,
74
67
language : 'python' ,
75
- // framework: 'Flask',
76
68
author : 'ory' ,
77
69
tested : true ,
78
70
repo : 'https://github.com/ory/examples/tree/master/kratos-keto-flask' ,
79
71
docs : 'https://www.ory.sh/securing-flask-application-using-kratos-and-keto/'
80
72
} ,
81
73
{
82
74
title : 'Customize Self-service UI: Node.js' ,
83
- language : 'typescript' ,
84
- // framework: 'Node.js',
75
+ language : 'nodejs' ,
85
76
author : 'ory' ,
86
77
tested : true ,
87
78
repo : 'https://github.com/ory/kratos-selfservice-ui-node' ,
88
79
docs : 'https://github.com/ory/kratos-selfservice-ui-node/blob/master/README.md'
89
80
} ,
90
81
{
91
82
title : 'Customize Self-service UI: Next.js/React' ,
92
- language : 'typescript' ,
93
- // framework: 'Next.js/React',
83
+ language : 'nextjs' ,
94
84
author : 'ory' ,
95
85
tested : true ,
96
86
repo : 'https://github.com/ory/kratos-nextjs-react-example' ,
97
87
docs : 'https://www.ory.sh/nextjs-authentication-spa-custom-flows-open-source/'
98
88
} ,
99
89
{
100
90
title : 'Customize Self-service UI: React Native' ,
101
- language : 'typescript' ,
102
- // framework: 'React Native',
91
+ language : 'react' ,
103
92
author : 'ory' ,
104
93
tested : false ,
105
94
repo : 'https://github.com/ory/kratos-selfservice-ui-react-native' ,
@@ -108,7 +97,6 @@ export const official: PropTypes = {
108
97
{
109
98
title : 'Ory Cloud with Supabase Backend' ,
110
99
language : 'go' ,
111
- // framework: 'Go',
112
100
author : 'ory' ,
113
101
tested : false ,
114
102
repo : 'https://github.com/ory/examples/tree/master/supabase-ory-cloud' ,
@@ -125,44 +113,39 @@ export const community: PropTypes = {
125
113
examples : [
126
114
{
127
115
title : 'Customize Self-service UI: Flutter' ,
128
- language : 'dart' ,
129
- // framework: 'Flutter',
116
+ language : 'flutter' ,
130
117
author : 'amorevino' ,
131
118
tested : false ,
132
119
repo : 'https://github.com/amorevino/ory-showcase-apps' ,
133
120
docs : 'https://www.ory.sh/cloud-ecommerce-frontend/'
134
121
} ,
135
122
{
136
123
title : 'Customize Self-service UI: Flutter Web' ,
137
- language : 'dart' ,
138
- // framework: 'Flutter Web',
124
+ language : 'flutter' ,
139
125
author : 'IGLU-Agency' ,
140
126
tested : false ,
141
127
repo : 'https://github.com/IGLU-Agency/iglu-ory-kratos-example' ,
142
128
docs : 'https://www.ory.sh/login-flutter-authentication-example-api-open-source/'
143
129
} ,
144
130
{
145
131
title : 'Protect a Page with Login: Kotlin' ,
146
- language : 'java' ,
147
- // framework: 'Quarkus',
132
+ language : 'quarkus' ,
148
133
author : 'hbrammer' ,
149
134
tested : false ,
150
135
repo : 'https://github.com/hbrammer/quarkus_kratos_example' ,
151
136
docs : 'https://hauke.me/writing/2021-03-building-a-quarkus-application-with-ory-kratos/'
152
137
} ,
153
138
{
154
139
title : 'Customize Self-service UI: Vue.js' ,
155
- language : 'typescript' ,
156
- // framework: 'Vue.js',
140
+ language : 'vue' ,
157
141
author : 'timalanfarrow' ,
158
142
tested : false ,
159
143
repo : 'https://github.com/timalanfarrow/kratos-selfservice-ui-vue3-typescript' ,
160
144
docs : 'https://github.com/timalanfarrow/kratos-selfservice-ui-vue3-typescript/blob/main/README.md'
161
145
} ,
162
146
{
163
147
title : 'Customize Self-service UI: NextJs' ,
164
- language : 'typescript' ,
165
- // framework: 'NextJs',
148
+ language : 'nextjs' ,
166
149
author : 'spa5k' ,
167
150
tested : false ,
168
151
repo : 'https://github.com/spa5k/kratos-next' ,
@@ -171,7 +154,6 @@ export const community: PropTypes = {
171
154
{
172
155
title : 'Customize Self-service UI: Erlang' ,
173
156
language : 'erlang' ,
174
- // framework: 'Rebar3',
175
157
author : 'hrefhref' ,
176
158
tested : false ,
177
159
repo : 'https://github.com/hrefhref/styx' ,
@@ -180,34 +162,30 @@ export const community: PropTypes = {
180
162
{
181
163
title : 'Customize Self-service UI: Rescript' ,
182
164
language : 'rescript' ,
183
- // framework: 'React',
184
165
author : 'allancalix' ,
185
166
tested : false ,
186
167
repo : 'https://github.com/allancalix/kratos-ui' ,
187
168
docs : 'https://github.com/allancalix/kratos-ui/blob/main/README.md'
188
169
} ,
189
170
{
190
- title : 'Customize Self-service UI: Sveltekit' ,
191
- language : 'javascript' ,
192
- // framework: 'Sveltekit',
171
+ title : 'Customize Self-service UI: Svelte' ,
172
+ language : 'svelte' ,
193
173
author : 'micleyman' ,
194
174
tested : true ,
195
175
repo : 'https://github.com/micleyman/sveltekit-ory-starter' ,
196
176
docs : 'https://github.com/micleyman/sveltekit-ory-starter/blob/main/README.md'
197
177
} ,
198
178
{
199
- title : 'Customize Self-service UI: Sveltekit' ,
200
- language : 'javascript' ,
201
- // framework: 'Sveltekit',
179
+ title : 'Customize Self-service UI: Svelte' ,
180
+ language : 'svelte' ,
202
181
author : 'drejohnson' ,
203
182
tested : false ,
204
183
repo : 'https://github.com/drejohnson/sveltekit-kratos' ,
205
184
docs : 'https://github.com/drejohnson/sveltekit-kratos/blob/main/README.md'
206
185
} ,
207
186
{
208
- title : 'Customize Self-service UI: Sveltekit' ,
209
- language : 'javascript' ,
210
- // framework: 'Sveltekit',
187
+ title : 'Customize Self-service UI: Svelte' ,
188
+ language : 'svelte' ,
211
189
author : 'emrahcom' ,
212
190
tested : false ,
213
191
repo : 'https://github.com/emrahcom/kratos-selfservice-svelte-node' ,
@@ -225,7 +203,6 @@ export const selfhosted: PropTypes = {
225
203
{
226
204
title : 'API Gateway using Kong, Ory Kratos & Ory Oathkeeper' ,
227
205
language : 'ory' ,
228
- // framework: 'Kong',
229
206
author : 'ory' ,
230
207
tested : false ,
231
208
repo : 'https://github.com/ory/examples/tree/master/kratos-oathkeeper-kong' ,
@@ -234,7 +211,6 @@ export const selfhosted: PropTypes = {
234
211
{
235
212
title : 'Ory Oathkeeper Configurations' ,
236
213
language : 'ory' ,
237
- // framework: 'Ory Oathkeeper',
238
214
author : 'ory' ,
239
215
tested : false ,
240
216
repo : 'https://github.com/ory/examples/tree/master/oathkeeper' ,
@@ -243,7 +219,6 @@ export const selfhosted: PropTypes = {
243
219
{
244
220
title : 'Ory Hydra Nginx Configurations' ,
245
221
language : 'ory' ,
246
- // framework: 'Ory Hydra',
247
222
author : 'ory' ,
248
223
tested : false ,
249
224
repo : 'https://github.com/ory/examples/tree/master/hydra-nginx' ,
@@ -252,43 +227,38 @@ export const selfhosted: PropTypes = {
252
227
{
253
228
title : 'Ory Kratos Nginx Configurations' ,
254
229
language : 'ory' ,
255
- // framework: 'Ory Oathkeeper',
256
230
author : 'ory' ,
257
231
tested : false ,
258
232
repo : 'https://github.com/ory/examples/tree/master/kratos-nginx' ,
259
233
docs : 'https://github.com/ory/examples/blob/master/kratos-nginx/README.md'
260
234
} ,
261
235
{
262
236
title : 'Basic Admin UI for Ory Kratos' ,
263
- language : 'javascript' ,
264
- // framework: 'Ory Kratos',
237
+ language : 'react' ,
265
238
author : 'dfoxg' ,
266
239
tested : false ,
267
240
repo : 'https://github.com/dfoxg/kratos-admin-ui' ,
268
241
docs : 'https://github.com/dfoxg/kratos-admin-ui/blob/main/README.md'
269
242
} ,
270
243
{
271
244
title : 'SSO and ACL Ory Stack' ,
272
- language : 'javascript' ,
273
- // framework: 'Ory Stack',
245
+ language : 'kubernetes' ,
274
246
author : 'pngouin' ,
275
247
tested : false ,
276
248
repo : 'https://github.com/pngouin/k8s-ory-example' ,
277
249
docs : 'https://github.com/pngouin/k8s-ory-example/blob/main/README.md'
278
250
} ,
279
251
{
280
252
title : ' Reference Ory Stack Docker Compose' ,
281
- language : 'ory' ,
282
- // framework: 'Ory Stack',
253
+ language : 'docker' ,
283
254
author : 'radekg' ,
284
255
tested : false ,
285
256
repo : 'https://github.com/radekg/ory-reference-compose' ,
286
257
docs : 'https://github.com/radekg/ory-reference-compose/blob/master/README.md'
287
258
} ,
288
259
{
289
260
title : 'Ory Kratos with Supabase Backend' ,
290
- language : 'Go' ,
291
- // framework: 'Go',
261
+ language : 'go' ,
292
262
author : 'ory' ,
293
263
tested : false ,
294
264
repo : 'https://github.com/ory/examples/tree/master/kratos-keto-oathkeeper-supabase' ,
0 commit comments