I am developing an application for Android/iOS that have a login and registration form.
Actually I am doing it using JSON to store an email and an encrypted password, and others user information in a MySql server. But I found a (Android Problem), How to send a email link to user recovery his password, I dont want to send his password directly to email, I´d like to send a unique link that he can call app again and submit a new password, I can't find a way to do it with MySql and stackmob shows me an easier way.
Problems:
- What is the safest way?
- Should I move all my database from MySql to StackMob Cloud Server or only the user email and password?
- Compatibility: In StackMob I need to have two database, one for android platform and another for iOS?
- StackMob or MySql what your experience says? I think about implement Facebook integration, it looks easier in Stackmob then do it myself for Android and iOS.