Stuff & Nonsense

Node framework: login authentication

Node framework: login authentication

My simple node framework now supports password protected areas, with a username / password authentication scheme based on passport.js. You can see this in action here Next on the to-do list is an automatically generated admin framework, to enable simple manipulation of the database backend based on the models your app defines. I’m also going […]