Hey there, doing web3 authentication for a project, users are only required to have a wallet address. Once they authenticate, they're technically logged in and valid, so trying to recreate a flow where the SSR login works alongside that, but my guest users are making it annoying because I can't users.list
from guest users. Which means I can't retrieve the other people in my app unless I do it from a higher level (e.g. API Key) account. Not a huge issue, but wondering if that's the only way or if there's a better one.
Recommended threads
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...