- Aug 26, 2011
-
-
Shane Tomlinson authored
-
- Aug 23, 2011
-
-
Lloyd Hilaiel authored
upgrade to bcrypt 0.2.4 and move to bcrypt async apis, this keeps us from blocking the web server thread and leverages the threading support in the bcrypt library for better compute throughput and responsiveness.
-
- Aug 19, 2011
-
-
Lloyd Hilaiel authored
-
- Aug 18, 2011
-
-
Lloyd Hilaiel authored
remove dead code. we moved from cookie-sessions to connect-cookie-sessions. we shouldn't have references to the former, and the latter does not throw exceptions when invalid cookies are encountered, so we don't need exception handling there.
-
- Aug 15, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Aug 05, 2011
-
-
Lloyd Hilaiel authored
-
Ben Adida authored
switched to connect-cookie-session which looks a lot better, will probably require people logging back in, can't do anything about that.
-
- Aug 04, 2011
-
-
Lloyd Hilaiel authored
-
- Aug 03, 2011
-
-
Lloyd Hilaiel authored
-
Ben Adida authored
-
- Jul 22, 2011
-
-
Lloyd Hilaiel authored
update package.json with new dependencies. update getting started instructions with how to use npm to install deps. ref package.json from the README rather than duplicating information. closes #60 (equivalent).
-
Tj Holowaychuk authored
-