This repository was archived by the owner on May 22, 2021. It is now read-only.
This repository was archived by the owner on May 22, 2021. It is now read-only.
Enable smoother signin if the user is signed in to Firefox on mobile #1393
Open
Description
If the user is already signed in to Firefox on their mobile device, it should be possible to streamline the process of signing in to the Send app on the same device. Fennec provides an "AuthProvider" interface that allows it to share its login state out to other apps, see e.g. how Lockwise integrated with it here:
mozilla-lockwise/lockwise-android#879
Please consider adding something similar to the Send mobile app.
Note that I don't think it's possible to automagically sign in to Send using the data that's stored in Fennec, because Send uses a distinct encryption key from the one that Fennec holds for Sync. But it should be possible to at least pre-fill the user's email address and perhaps avoid asking for email confirmation or 2FA.