Skip to content
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

Open
yatendra2001 opened this issue Jan 8, 2023 · 6 comments
Open

Allow users to authenticate in the app using Google and Apple. #3554

yatendra2001 opened this issue Jan 8, 2023 · 6 comments

Comments

@yatendra2001
Copy link

yatendra2001 commented Jan 8, 2023

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

@yatendra2001 yatendra2001 added the ✨ enhancement New feature or request label Jan 8, 2023
@yatendra2001
Copy link
Author

I would like to work on this @teolemon , do you think it's feasible?

@M123-dev
Copy link
Member

M123-dev commented Jan 9, 2023

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

@yatendra2001
Copy link
Author

So what do you suggest?
Should I try to implement it based on current progress?

@M123-dev
Copy link
Member

M123-dev commented Jan 9, 2023

There should be definitely some coordination with the people working on the backend. Though I don't know who is working on this

@teolemon teolemon added the 👥 User management Account login, signup, signout label May 9, 2023
@teolemon
Copy link
Member

teolemon commented Jan 1, 2024

@teolemon teolemon changed the title Authentication using google and apple. Allow users to authenticate in the app using Google and Apple. Apr 29, 2024
@hangy
Copy link
Member

hangy commented Sep 8, 2024

@teolemon teolemon removed the ✨ enhancement New feature or request label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 💬 To discuss and validate
Development

No branches or pull requests

4 participants