You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each thirdweb project is equipped with an API key to use thirdweb's infrastructure services including [Storage](/infrastructure/storage/overview), [RPC Edge](/infrastructure/rpc-edge/overview), [Account Abstraction infrastructure](/wallest/sponsor-gas), and [In-App Wallets](/wallets).
15
+
Each thirdweb project is equipped with an API key to use thirdweb's infrastructure services including [Storage](/infrastructure/storage/overview), [RPC Edge](/infrastructure/rpc-edge/overview), [Account Abstraction infrastructure](/bundler), and [In-App Wallets](/wallets).
Copy file name to clipboardExpand all lines: apps/portal/src/app/pay/faqs/page.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,8 @@ Payments will automatically kick off the token route discovery process. Please c
44
44
Yes, Payments is designed to be agnostic to wallet infrastructure. You can use it with any wallet service.
45
45
</Details>
46
46
47
-
<Detailssummary="Does Payments support Apple Pay or Google Pay?">
48
-
Apple Pay and Google Pay are supported through the onramp providers depending on region. Coinbase, Stripe, and Transak currently support Apple Pay. Transak supports Google Pay.[Learn more about the supported onramp providers.](/pay/onramp-providers).
47
+
<Detailssummary="Does Payments support Apple Pay or Google Pay?">
48
+
Apple Pay and Google Pay are supported through the onramp providers depending on region. Coinbase, Stripe, and Transak currently support Apple Pay. Transak supports Google Pay.
Copy file name to clipboardExpand all lines: apps/portal/src/app/wallets/auth/page.mdx
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,3 +150,24 @@ Quickly get started with one of our templates:
150
150
description="A working example of a React + Express app using Auth"
151
151
/>
152
152
153
+
## Frameworks
154
+
155
+
Auth integrates with a variety of server-side and client-side development frameworks. We're always adding support for more frameworks, so if you don't see yours, [let us know](https://thirdweb.com/contact-us).
156
+
157
+
<Stack>
158
+
159
+
<ArticleIconCard
160
+
title="Next.js"
161
+
href="/wallets/auth/frameworks/next"
162
+
description="Integrate Auth in Next.js applications."
163
+
image={next}
164
+
/>
165
+
166
+
<ArticleIconCard
167
+
title="React + Express"
168
+
href="/wallets/auth/frameworks/react-express"
169
+
description="Integrate Auth in React applications using Vite and Express."
Copy file name to clipboardExpand all lines: apps/portal/src/app/wallets/pregenerate-wallets/page.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ When the user logs in with any method associated with that email (including goog
67
67
```
68
68
69
69
{/* TODO: update link when custom auth documentation has been updated */}
70
-
Use this when [bringing your own authentication method](/wallets/users). When the user logs in, if the user ids you provide from the auth endpoint match, they will get access to the same pregenerated wallet.
70
+
Use this when [bringing your own authentication method](/wallets/custom-auth). When the user logs in, if the user ids you provide from the auth endpoint match, they will get access to the same pregenerated wallet.
71
71
72
72
## Headers
73
73
@@ -126,4 +126,4 @@ Pre-generating is independent and doesn't change the user's experience.
126
126
127
127
Your users can continue to login as per usual. When they do, they will be assigned the pregenerated wallet.
128
128
129
-
For more information on signing in, see the [Connect Wallets](/wallets) section.
129
+
For more information on signing in, see the [User Wallets](/wallets/users) section.
0 commit comments