Skip to content

Commit 4e0e832

Browse files
committed
updates
1 parent e0057f9 commit 4e0e832

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

docs/base-account/framework-integrations/privy/authentication.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Authentication"
2+
title: "Auth (Sign In With Base)"
33
description: "Manage user authentication with Privy and Base Account"
44
---
55

@@ -34,7 +34,10 @@ with the Base Account SDK.
3434

3535
Follow the [Setup](/base-account/framework-integrations/privy/setup) guide to set up Privy with Base Account.
3636

37-
### Frontend Component
37+
### Frontend Component (Sign In With Base)
38+
39+
We use the [`SignInWithBaseButton`](/base-account/reference/ui-elements/sign-in-with-base-button) component from the `@base-org/account-ui/react` package to make sure
40+
we are following the brand guidelines.
3841

3942
<CodeGroup>
4043
```tsx Authentication Component (components/sections/authentication.tsx) expandable

docs/base-account/framework-integrations/privy/sub-accounts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ By the end of this guide, you will:
2222
- Understand how Sub Accounts work with Base Account
2323
- Create new Sub Accounts for users
2424
- Retrieve and manage existing Sub Accounts
25-
- Implement Sub Account functionality in your React application
25+
- Implement Sub Account in your Privy project
2626

2727
The code snippets in this guide are based on the following example project:
2828

@@ -199,5 +199,5 @@ Sub accounts work on both Base Mainnet and Base Sepolia:
199199

200200
### Explore further
201201

202-
- [Privy Sub Accounts Guide](https://docs.privy.io/recipes/react/external-wallets/base-sub-accounts)
202+
- [Privy Sub Accounts Recipe](https://docs.privy.io/recipes/react/external-wallets/base-sub-accounts)
203203
- [Sub Accounts Guide](/base-account/improve-ux/sub-accounts)

docs/base-account/framework-integrations/privy/wallet-actions.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ By the end of this guide, you will:
1818
- Sign messages for EVM wallets
1919
- Sign typed data (EIP-712) for structured data
2020
- Sign and send transactions on EVM networks
21-
- Handle wallet selection and network-specific actions
22-
- Implement comprehensive wallet functionality in your React application
2321

2422
The code snippets in this guide are based on the following example project:
2523

docs/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@
217217
"group": "Privy",
218218
"pages": [
219219
"base-account/framework-integrations/privy/setup",
220-
"base-account/framework-integrations/privy/wallet-actions",
221220
"base-account/framework-integrations/privy/authentication",
221+
"base-account/framework-integrations/privy/wallet-actions",
222222
"base-account/framework-integrations/privy/sub-accounts",
223223
"base-account/framework-integrations/privy/spend-permissions"
224224
]

0 commit comments

Comments
 (0)