Skip to content

Commit 4f26f88

Browse files
committed
docs: update overview to point to more complicated authentication options
1 parent 4e8f53d commit 4f26f88

File tree

1 file changed

+28
-1
lines changed
  • apps/portal/src/app/connect/wallet/sign-in-methods/overview

1 file changed

+28
-1
lines changed

apps/portal/src/app/connect/wallet/sign-in-methods/overview/page.mdx

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
import { ArticleIconCard, AuthList, Callout, DocImage } from "@doc";
2+
import {UserIcon} from 'lucide-react'
23
import {
34
ReactIcon,
45
TypeScriptIcon,
56
UnityIcon,
67
DotNetIcon,
78
ExternalLinkIcon,
8-
UnrealEngineIcon
9+
UnrealEngineIcon,
10+
EcosystemWalletsIcon,
11+
WalletsConnectIcon
912
} from "@/icons"
1013
import EcosystemSocialConfig from '../assets/social-config.png'
14+
import { getSocialIcon } from "thirdweb/wallets/in-app";
1115

1216
# Login Methods
1317

@@ -114,6 +118,29 @@ Once configured, refer to the following guides to use the various login options
114118
</Callout>
115119

116120

121+
## More complicated Login options
122+
123+
Most authentication option are that straight forward. However, some options require additional setup or nuances. See below for more information on these options:
124+
125+
<div className="flex flex-col space-y-4">
126+
<ArticleIconCard
127+
href="/wallet/sign-in-methods/guest"
128+
icon={UserIcon}
129+
title="Learn more about guest mode"
130+
/>
131+
<ArticleIconCard
132+
href="/wallet/sign-in-methods/external-wallets"
133+
icon={WalletsConnectIcon}
134+
title="Learn more about external wallet authentication"
135+
/>
136+
<ArticleIconCard
137+
href="/wallet/sign-in-methods/custom-auth/overview"
138+
icon={EcosystemWalletsIcon}
139+
title="Learn more about custom authentication with your own auth system"
140+
/>
141+
</div>
142+
117143
## Interacting with your App
118144

119145
Once a user signed in and their wallet is generated, you can use the **[Wallet Connection functions](/typescript/v5/functions#wallets)** to get information about the connected wallet like getting the address, account, and more.
146+

0 commit comments

Comments
 (0)