DEV Community

Discussion on: Approaching passwordless login, is there trust?

Collapse
 
kellykels21 profile image
Marke'l Spellman • Edited

I am currently working on a mobile app in React Native and i went with social media logins thru FB, Google, and Apple and that way the user doesn't need to create an account for us specifically. We don't even give the option to sign up via email, it also saves us money and effort in protecting users info in our db.

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

I'm doing the same but also offering local login where a subset of features are allowed, it's basically registration but you feel as if you are in your profile a lot quicker. To actually. Do anything really useful like update address and card details you need to oauth login.