DEV Community

Discussion on: Should I prioritize authentication first in my project than its core functionalities?

Collapse
 
ben profile image
Ben Halpern

From my experience I'd say yes— devoting time now while the rest of the app isn't as built out is a good time to make sure you get your bases covered on authentication and account for everything you want. Once you really get rolling it will be harder to devote the brain power to get auth right.

You now have the freedom to really take the right approach with this, make sure there's a ton of testing around this important part, and things will feel easier if you make it a strength from day 1.

Collapse
 
jjjjcccjjf profile image
endan

Thanks Ben!!!