Hi there, we're using appwrite in our android app with a magic-url via email (QR or deeplink in mail). Everything works great and we are happy :D. Only thing is that, in order to publish our app in the playstore, we need to provide login instructions. We only have magic-url support a.t.m. which is only valid for 1 hour.
the play console is stating the following
If your login credentials are not numeric or alphanumeric, for example a QR code or barcode, provide a static URL to access these.
If your app typically requires 2-Step Verification, or a one-time password, provide reusable login credentials that don't expire
I want to give them a magic-url for a specific review account that is valid forever, don't know if this is possible. Or that other people have other ideas? Google can't access any email
Recommended threads
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...