Skip to content

Commit 7acc806

Browse files
docs: Revisions to /concepts/transactions pages (#24425)
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] gRPC: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK: - [ ] Indexing Framework: --------- Co-authored-by: ronny-mysten <[email protected]>
1 parent 53c0ff1 commit 7acc806

File tree

22 files changed

+636
-703
lines changed

22 files changed

+636
-703
lines changed

docs/content/concepts/cryptography/passkeys.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Passkey provides a secure and user-friendly alternative for submitting transacti
99
- Mobile devices, such as smartphones and tablets
1010
- Platform-based authenticators, such as Face ID and Touch ID
1111

12-
Passkey simplifies authentication by removing the need to manage seed phrases or private keys manually. Instead, it relies on device-based authentication and cloud synchronization, allowing seamless, phishing-resistant access across multiple devices. You can also use passkey in a [multisig setup](./transaction-auth/multisig.mdx), which provides more flexibility to build secure and recoverable wallet experiences.
12+
Passkey simplifies authentication by removing the need to manage seed phrases or private keys manually. Instead, it relies on device-based authentication and cloud synchronization, allowing seamless, phishing-resistant access across multiple devices. You can also use passkey in a [multisig setup](/concepts/transactions/transaction-auth/multisig.mdx), which provides more flexibility to build secure and recoverable wallet experiences.
1313

1414
By supporting the passkey signature scheme, Sui improves security and accessibility, making it easier for users to manage their accounts with hardened security. Passkey-based wallets are tied to the origin, meaning they cannot be phished or used on a different site. This makes passkey a more secure authentication option.
1515

@@ -37,7 +37,7 @@ Passkey support is available in beta in Sui Devnet and Testnet. Mainnet release
3737
Cloud-synced passkey helps users recover access if they lose a device.
3838

3939
- **Work with multisig wallets:**
40-
Combine passkey with other authentication types to build 2-of-2 or m-of-n [multisig wallets](./transaction-auth/multisig.mdx). This enables secure recovery options and shared access patterns.
40+
Combine passkey with other authentication types to build 2-of-2 or m-of-n [multisig wallets](/concepts/transactions/transaction-auth/multisig.mdx). This enables secure recovery options and shared access patterns.
4141

4242
## Limitations of passkey
4343

docs/content/concepts/cryptography/transaction-auth.mdx

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/content/concepts/cryptography/transaction-auth/keys-addresses.mdx

Lines changed: 0 additions & 78 deletions
This file was deleted.

docs/content/concepts/cryptography/transaction-auth/signatures.mdx

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)