Web3auth
Having issues with web3auth and convex
i have setup the client provider as such
my useAuth is
10 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
and i verified that i can see the JWT token from identitytoken on the console log
i have setup the auth.config.ts
but i always get null here
Also what provider would i use here since its Generic OIDC
@Nicolas this is my ticket- thought it was lol but i can open a ticket from dashboard
Hi, your aim is to keep a trace of connected wallets in your convex auth db?
Personnaly I'm using web3 auth with wagmi x reown and I'm getting auth states from wagmi hooks
Else you have wagmi x web3 auth setup here https://web3auth.io/docs/quick-start?framework=REACT&stepIndex=2
Web3Auth
Integration Builder
Web3Auth Integration Builder for easy quick start. Web3Auth is simple, non-custodial auth infrastructure that enables Web3 wallets and applications to provide seamless user logins for both mainstream and native Web3 users.
My goal is to have the user authed on the backend when they login / connect their wallet
I see the point, I'm trying to achieve the same goal this week but looks a bit complex :3
If you're a pro user yes, please open a ticket from the dashboard, it will be easier for us to handle it
Maybe you can use w/nextauth x siwx, I found a good example here https://github.com/reown-com/appkit/blob/main/apps/laboratory/src/utils/auth.ts
GitHub
appkit/apps/laboratory/src/utils/auth.ts at main · reown-com/appkit
The full stack toolkit to build onchain app UX. Contribute to reown-com/appkit development by creating an account on GitHub.
i could do it another way but i thought convex has a streamlined way to get it working with their setup
also i cant use reown as it doesnt work in PWA mode
i got something
it look like i cannot upload file here
look at your dm