Skip to content

add delegated example #277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions concepts/policies/delegated-access.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Here’s how to implement delegated access for an embedded wallet setup:
* Enable the Delegated Account to take particular actions by setting policies explicitly allowing those specific actions
* Update the root quorum to ensure only the end-user retains root privileges

A simple example demonstrating the delegated acess setup can be found [here](https://github.com/tkhq/sdk/tree/main/examples/delegated-access).

## Step-by-step implementation


Expand Down
1 change: 1 addition & 0 deletions getting-started/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ That said, we have built out several example services and applications to help i
| [`with-nonce-manager`](https://github.com/tkhq/sdk/tree/main/examples/with-nonce-manager/) | Create a new Ethereum address, then sign and broadcast multiple transactions in a sequential or optimistic manner |
| [`with-offline`](https://github.com/tkhq/sdk/tree/main/examples/with-offline/) | Sign a Turnkey request in offline context |
| [`with-federated-passkeys`](https://github.com/tkhq/sdk/tree/main/examples/with-federated-passkeys/) | A NextJS app that demonstrates how to use Turnkey to build a federated, webauthn powered authentication flow |
| [`delegated-access`](https://github.com/tkhq/sdk/tree/main/examples/delegated-access/) | Create a Sub-Organization with a typical delegated access setup and validate the applied policy for the delegated account. |

## Demos built with Turnkey

Expand Down