Autofleet / locomotion

An open-source rider/passenger mobile app written in React Native and Node.js that can be customized and modified to support any ride-hailing
MIT License
33 stars 13 forks source link

Sign in by email #845

Closed otaviolbarbosa closed 2 months ago

otaviolbarbosa commented 2 months ago

Hello,

@michalbanin is there an endpoint to authenticate users by email? I didn't find it looking in the source code, I was wondering if you have it but it wasn't included in this project.

6ewis commented 2 months ago

by email or SSO

michalbanin commented 2 months ago

@otaviolbarbosa email verification is needed for sending invoices and receipts. Therefore, it is done by Stripe, and not directly by Autofleet.

otaviolbarbosa commented 2 months ago

@michalbanin What I mean is a way to authenticate users by email or SSO. Currently, this flow is made by using phone number, right?

michalbanin commented 2 months ago

@otaviolbarbosa Correct, only by phone number