Skip to content

Conversation

@t-vila
Copy link
Contributor

@t-vila t-vila commented Nov 5, 2025

Summary & Motivation

How I Tested These Changes

Did you add a changeset?

If updating one of our packages, you'll likely need to add a changeset to your PR. To do so, run pnpm changeset. pnpm changeset will generate a file where you should write a human friendly message about the changes. Note how this (example) includes the package name (should be auto added by the command) along with the type of semver change (major.minor.patch) (which you should set).

These changes will be used at release time to determine what packages to publish and how to bump their version. For more context see this comment.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Nov 5, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit f481c15:

Sandbox Source
@turnkey/example-react-components Configuration

@socket-security
Copy link

socket-security bot commented Nov 6, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​solana/​web3.js@​1.95.89910010087100

View full report

moeodeh3
moeodeh3 previously approved these changes Nov 6, 2025
Copy link
Contributor

@moeodeh3 moeodeh3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some small nits. I think it would be awesome to also include a video of the demo and attaching it to the readme (I think we should do this for all our examples!)

In the future, we can also add a partial Auth Proxy + backend folder here - where verification and authentication are handled through the Auth Proxy (with the verificationToken tied to a publicKey), and login occurs via their backend. This approach is more ideal since it mitigates the server takeover risk present in our current with-backend example

```

This command will run a NextJS app on port 3000. If you navigate to http://localhost:3000 in your browser, you can follow the prompts to start an OTP auth.
- **User data:** Store and retrieve user data associated with Turnkey sub-organizations.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just left a similar comment on your other pr but to me this doesn't roll off the tongue too well, I think we can remove these sub headers so for example:

  • Store and retrieve user data associated with Turnkey sub-organizations


Once logged in, access a dashboard with two panels:

**Left:** sign messages and simple demo transactions for both Ethereum and Solana using the **selected** embedded eallet account. Broadcasting uses a standard JSON-RPC client and returns the resulting transaction hash or signature.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eallet -> wallet


Once logged in, access a dashboard with two panels:

**Left:** sign messages and simple demo transactions for both Ethereum and Solana using the **selected** embedded eallet account. Broadcasting uses a standard JSON-RPC client and returns the resulting transaction hash or signature.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't have eallet accounts yet (coming next quarter 😄 ) - lets also change this to wallet

moeodeh3
moeodeh3 previously approved these changes Nov 6, 2025
Copy link
Contributor

@moeodeh3 moeodeh3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@moeodeh3 moeodeh3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@t-vila t-vila merged commit b20f954 into main Nov 6, 2025
8 checks passed
@t-vila t-vila deleted the traian/otp-auth-up branch November 6, 2025 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants