Skip to content

Commit c64ceec

Browse files
committed
swap note with tips
1 parent 5197ed5 commit c64ceec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/mini-apps/core-concepts/authentication.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ If your app does not rely on followers, FIDs, casts, or social graph logic, use
3232

3333
If your app does rely on that data, consider if you are willing to require users to have a Farcaster account.
3434

35-
<Note>
35+
<Tip>
3636
For a complete guide on authenticating users with SIWE, see our [Authenticate Users](/base-account/guides/authenticate-users#add-the-base-sign-in-with-base-button) guide using Sign in with Base.
37-
</Note>
37+
</Tip>
3838

3939
## Quick Auth
4040

@@ -46,9 +46,9 @@ When Quick Auth is called:
4646
* The SDK returns a JWT that your backend verifies to confirm the user's identity
4747
* The backend returns trusted data that can be used for sensitive actions
4848

49-
<Tip>
49+
<Note>
5050
This differs from the [Context API](/mini-apps/core-concepts/context), which provides instant access to user information without authentication but cannot be trusted for sensitive operations.
51-
</Tip>
51+
</Note>
5252

5353

5454
## Implementation

0 commit comments

Comments
 (0)