Skip to content

Commit 8beed9b

Browse files
authored
fix: update example page (#872)
1 parent 036d0ca commit 8beed9b

File tree

1 file changed

+52
-16
lines changed

1 file changed

+52
-16
lines changed

src/pages/_assets/examples-content.tsx

Lines changed: 52 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ export const official: PropTypes = {
77
'Guides, tutorials, and configurations for using Ory services. Examples maintained and tested by the Ory team.',
88
examples: [
99
{
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',
1313
author: 'ory',
1414
tested: true,
1515
repo: 'https://github.com/ory/docs/tree/master/code-examples/protect-page-login/nextjs',
1616
docs: 'https://www.ory.sh/docs/guides/protect-page-login/next.js'
1717
},
1818
{
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',
2222
author: 'ory',
2323
tested: true,
2424
repo: 'https://github.com/ory/docs/tree/master/code-examples/protect-page-login/expressjs',
@@ -42,6 +42,15 @@ export const official: PropTypes = {
4242
repo: 'https://github.com/ory/docs/tree/master/code-examples/protect-page-login/php',
4343
docs: 'https://www.ory.sh/docs/guides/protect-page-login/php'
4444
},
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+
},
4554
{
4655
title: 'Protect a Page with Login: Flutter',
4756
language: 'dart',
@@ -70,18 +79,18 @@ export const official: PropTypes = {
7079
docs: 'https://www.ory.sh/securing-flask-application-using-kratos-and-keto/'
7180
},
7281
{
73-
title: 'Customize Self-service UI: NodeJs',
82+
title: 'Customize Self-service UI: Node.js',
7483
language: 'typescript',
75-
// framework: 'NodeJs',
84+
// framework: 'Node.js',
7685
author: 'ory',
7786
tested: true,
7887
repo: 'https://github.com/ory/kratos-selfservice-ui-node',
7988
docs: 'https://github.com/ory/kratos-selfservice-ui-node/blob/master/README.md'
8089
},
8190
{
82-
title: 'Customize Self-service UI: NextJS/React',
91+
title: 'Customize Self-service UI: Next.js/React',
8392
language: 'typescript',
84-
// framework: 'NextJs/React',
93+
// framework: 'Next.js/React',
8594
author: 'ory',
8695
tested: true,
8796
repo: 'https://github.com/ory/kratos-nextjs-react-example',
@@ -98,8 +107,8 @@ export const official: PropTypes = {
98107
},
99108
{
100109
title: 'Ory Cloud with Supabase Backend',
101-
language: 'typescript',
102-
// framework: 'React Native',
110+
language: 'go',
111+
// framework: 'Go',
103112
author: 'ory',
104113
tested: false,
105114
repo: 'https://github.com/ory/examples/tree/master/supabase-ory-cloud',
@@ -142,9 +151,9 @@ export const community: PropTypes = {
142151
docs: 'https://hauke.me/writing/2021-03-building-a-quarkus-application-with-ory-kratos/'
143152
},
144153
{
145-
title: 'Customize Self-service UI: Vue3',
154+
title: 'Customize Self-service UI: Vue.js',
146155
language: 'typescript',
147-
// framework: 'Vue3',
156+
// framework: 'Vue.js',
148157
author: 'timalanfarrow',
149158
tested: false,
150159
repo: 'https://github.com/timalanfarrow/kratos-selfservice-ui-vue3-typescript',
@@ -223,7 +232,7 @@ export const selfhosted: PropTypes = {
223232
docs: 'https://www.ory.sh/zero-trust-api-security-ory-tutorial/'
224233
},
225234
{
226-
title: 'Ory Oathkeeper Examples',
235+
title: 'Ory Oathkeeper Configurations',
227236
language: 'ory',
228237
// framework: 'Ory Oathkeeper',
229238
author: 'ory',
@@ -232,7 +241,25 @@ export const selfhosted: PropTypes = {
232241
docs: 'https://github.com/ory/examples/blob/master/oathkeeper/README.md'
233242
},
234243
{
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',
236263
language: 'javascript',
237264
// framework: 'Ory Kratos',
238265
author: 'dfoxg',
@@ -257,6 +284,15 @@ export const selfhosted: PropTypes = {
257284
tested: false,
258285
repo: 'https://github.com/radekg/ory-reference-compose',
259286
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/'
260296
}
261297
]
262298
}

0 commit comments

Comments
 (0)