Skip to content

Commit 9d3101f

Browse files
authored
Add federated keyless example (#831)
1 parent 0755fd8 commit 9d3101f

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

apps/nextra/pages/en/build/guides/aptos-keyless/federated-keyless/_meta.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ export default {
55
"integration-guide": {
66
title: "Integration Guide",
77
},
8+
"simple-example": {
9+
title: "Simple Example",
10+
},
811
other: {
912
title: "FAQs",
1013
},
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "Federated Keyless Simple Example"
3+
---
4+
5+
# Federated Keyless Simple Example
6+
7+
The Federated Keyless Example shows how to set up a Federated Keyless account using Auth0 as the IAM provider.
8+
9+
Explore the code in [aptos-keyless-example repository](https://github.com/aptos-labs/aptos-keyless-example/tree/main/examples/federated-keyless-example/).
10+
11+
The Keyless Simple Example is currently undergoing maintenance. Please check back later.

apps/nextra/pages/en/build/guides/aptos-keyless/simple-example.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ title: "Keyless Simple Example"
44

55
# Keyless Simple Example
66

7-
Explore the code in [aptos-keyless-example repository](https://github.com/aptos-labs/aptos-keyless-example/).
7+
Explore the code in [aptos-keyless-example repository](https://github.com/aptos-labs/aptos-keyless-example/tree/main/examples/keyless-example/).
88

99
The Keyless Simple Example is currently undergoing maintenance. Please check back later.
1010

11-
This is a live Keyless example on CodeSandbox. Follow the instructions in the `README.md` to add your own Google `client_id`. Explore the code in [aptos-keyless-example repository](https://github.com/aptos-labs/aptos-keyless-example/).
11+
This is a live Keyless example on StackBlitz. Follow the instructions in the `README.md` to add your own Google `client_id`. Explore the code in [aptos-keyless-example repository](https://github.com/aptos-labs/aptos-keyless-example/tree/main/examples/keyless-example/).
1212

1313
<br/>
1414

0 commit comments

Comments
 (0)