drewpayment / payment-group-flutter

My first Flutter SDK app, implemented in iOS/Android
0 stars 0 forks source link

Implement Oauth authentication with Laravel Passport #9

Closed drewpayment closed 5 years ago

drewpayment commented 5 years ago

Migrate the firebase prototype authentication to use Laravel Passport authentication, so users are consistent.

drewpayment commented 5 years ago

You can currently log in and see successful http return to console, but need to finish form UI/UX and then setup navigation to where the user should go after they've successfully authenticated.