-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
Allow users to authenticate in the app using Google and Apple. #3554
Comments
I would like to work on this @teolemon , do you think it's feasible? |
As fat as I know there is already some work going for a new authentication System on the server, which will very likely also support OAuth, but I don't know what the current progress is |
So what do you suggest? |
There should be definitely some coordination with the people working on the backend. Though I don't know who is working on this |
|
openfoodfacts/openfoodfacts-auth#49 to be precise |
Problem
Currently, the app only accepts email sign-in/signup. Having OAuth would be better for the user as they can sign in with ease.
Proposed solution
We can create a google and apple OAuth depending on the platform at the login-page.
Additional context
We can implement this feature using google_sign_in and apple_sign_in packages from pub dev along with the firebase.
We can do this using flutter_appauth as well.
But I need to understand the backend first to implement this feature because if the user is existing then we won't direct him to the signup page for asking for their username and other mandatory processes.
Part of
The text was updated successfully, but these errors were encountered: