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
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...