0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Jan 03, 2025 — Jan 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
encrypting password More... about 13 years ago
more secure model queries. still problem with path subscription, but queries are pretty safe More... about 13 years ago
small login cleanup More... about 13 years ago
fix duplicate checks using throw/catch More... about 13 years ago
check username/email already registered More... about 13 years ago
return for empty fields More... about 13 years ago
registration client-side validation More... about 13 years ago
setup for using login & register components More... about 13 years ago
bug fix More... about 13 years ago
bug - was clobbering old auths with new ones More... about 13 years ago
proper login user on register More... about 13 years ago
lots of fixes. moved store up from lib/, moved each setup functionality into its own function, handling done() and callback() properly, log user in when registering More... about 13 years ago
Move model variable and all logic requiring it into scope within express middleware. hopefully this will fix some issues More... about 13 years ago
comment about model closure access More... about 13 years ago
update readme.md for recent changes More... about 13 years ago
just learned about express mounted sub-apps. wow, that makes life much easier. (also changes a lot of stuff, derby-auth users take heed of this commit) More... about 13 years ago
Merge pull request #3 from mattbrun/master More... about 13 years ago
Define only the 'sess' var as local. 'model' is defined before More... about 13 years ago
Merge remote-tracking branch 'upstream/master' More... about 13 years ago
- Added "var" in line index.js:206 in order to make "sess" variable visible - in lib/store.js moved "module.export = ..." at the end in order to make setup*() functions visible - added "var keyword to setup*() function definitions - added some ";" More... about 13 years ago
pass done in with fetch so can return model.fetch error More... about 13 years ago
model.get must be inside model.fetch() More... about 13 years ago
don't believe i need the asynchronous verification More... about 13 years ago
only serialize / deserialize user.id, not whole user object More... about 13 years ago
fixing what I *believe* to be the bug causing logged-in performance issues on habitrpg. I think it was because model was accessible outside the request closure, so everyone had access to the same model More... about 13 years ago
update readme More... about 13 years ago
update readme More... about 13 years ago
update readme More... about 13 years ago
try javascript tags in GFM More... about 13 years ago
update readmes More... about 13 years ago