-
-
Notifications
You must be signed in to change notification settings - Fork 381
feat: Credential/Password sharing for android and website #6504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
feat: Credential/Password sharing for android and website #6504
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #6504 +/- ##
==========================================
- Coverage 9.54% 5.88% -3.67%
==========================================
Files 325 496 +171
Lines 16411 29543 +13132
==========================================
+ Hits 1567 1739 +172
- Misses 14844 27804 +12960 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@Abhishek-P0207 Have you checked that the feature works? |
I checked it, the passwords are getting saved, but the thing is, if a user creates an account in mobile and saves the credentials, then it is saved as scanner.openfoodfacts.org (which is correct) and if through web it is saved under openfoodfacts.org (which is correct) But, the usual pop-up doesn't come due to this. But in the Docs it is written that it will work only after deployed. |
Have you checked with this package name if it works? |
Sry,I was unavailable due to class tests.I will look into it and say!! |
Any update? |
@g123k Sry for the delay in responding. There are Lab exams going on now, it will be over by day after tmrw, so I will be free after that. I will look into it and say. |
Before implementing this, we should instead have a reliable autofill mechanism. |
Yeah, I will have a look into this |
If everything is properly setup, then google password manager will pop-up if there is a saved credential for that site |
What
Screenshot
In Website


In App

Fixes bug(s)
Part of