I've been doing a lot of Javascript programming lately, creating a number of single-page web apps. There isn't much server-side code involved, but I'd like to flesh out one of my apps to include things such as user accounts. I don't have much meaningful experience coding server-side/databases, so I feel a little uncomfortable hacking a user account system together, mainly due security concerns. In other words, I just feel like this is one area where I'm going to create a real insecure POS.
I'm looking for some advice on which core topics I should try to tackle, or ideas on projects that will cover many of those issues.