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.
TL;DR
Developers are trying to create real users without requiring email or phone for a web3 authentication project. They find it difficult as guest users are not being listed, making it hard to retrieve other users. They are exploring if there is a better way to handle this.