PullDating / FlutterApplication

The frontend flutter application, contains code for IOS, Android and web
GNU Affero General Public License v3.0
3 stars 1 forks source link

Implement Login System #2

Closed WilliamDormer closed 2 years ago

WilliamDormer commented 2 years ago

The specific mechanics need to be determined, but probably the ability for a person to enter some credentials (probably a mixture of username/pass, google auth, apple auth) in a prompt if they have an account already. This will be one of the first screens in the application. Also, this will likely include phone verification/two factor/sms verification.

It allows us to authenticate people and determine how many are live on the app.

PrabeshPP commented 2 years ago

@WilliamDormer is there any prototype design file for this page, or we can come up with UI and code that

WilliamDormer commented 2 years ago

We're doing UI design now, so we don't have an exact design yet. Generally speaking though, we are going to have a phone number, some social sign-ons and an SMS verification. Authentication will take some significant backend support though.

ethanblake4 commented 2 years ago

SMS services:

WilliamDormer commented 2 years ago

done as part of the firebase auth functionality.