I want to implement thirdweb auth in my app which uses appwrite as its database, any help please?
- 0
- Users
- Accounts
- Databases
- Web

Hi I am currently trying to integrate appwrite and thirdweb auth into my app so users can login with their metamask wallets, but im struggling to see where i could configure it on the appwrite side as theres no viable option. Theres only email and password and oAuth really which dont solve that issue for me

Ya those are the only options so it might be difficult to integrate in the way you're asking. If I recall correctly, there's a GitHub issue for server-side impersonation or some kind of token that could be good for you to 👍

@wess may have some knowledge in this realm of web3. He may have suggestions for alternatives for wallet logins. (I've built with thirdweb before for an NFT project, but not specifically with a baas).

I have scratched the surface but i believe you could write an auth adapter for appwrite that could mimic how we do our OAuth adapters

you will have to kinda "hack it" a bit since Metamask doesn't use OAuth2, but signature verification

here is a gist i threw together for ya

Recommended threads
- Looking for Partner
I'm looking for a partner for long-term collaboration. Of course, you'll get paid for it. If you are interested, please send a DM to me
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
