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
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...