When should I think about implementing my User authentication / session?
Posted
by Jason N
on Stack Overflow
See other posts from Stack Overflow
or by Jason N
Published on 2010-04-11T02:50:43Z
Indexed on
2010/04/11
2:53 UTC
Read the original article
Hit count: 178
After spending some time wireframing my ideas, I want to start building my rails app. However, I'm well aware that later down the line I'd like to consider multiple user accounts.
Should I be thinking about the implementation of this from this early stage, or is this something I can implement without too much fuss later?
It seems like something that would be stupid to attempt later, but part of me just wants to get the guts of the thing working - a couple of simply forms and writing/reading some stuff from the db.
© Stack Overflow or respective owner