|
|
|
|
|
by Skilleen
3659 days ago
|
|
I agree, according to the article, the front end of "email authorization" takes the most time to do. For an MVP a login system really just has to work, and then you can personalize it more as you go. Most of the time for an MVP should be dedicated to the main features of app. (In this case uploading pictures, news feed, etc). For my app we used Auth0 to quickly get login working before we had to present it. It took about total 5 hours to set up and test. Since then we have built our own login system and made sleek looking create/login screens; which in total took about ~15 hours. |
|