- Oct 28, 2011
-
-
Lloyd Hilaiel authored
-
- Oct 11, 2011
-
-
Lloyd Hilaiel authored
implement dynamic bcrypt work-factor update so we can scale this up or down as we seek the optimal security/performance balance
-
- Sep 23, 2011
-
-
Ben Adida authored
-
- Sep 26, 2011
-
-
Lloyd Hilaiel authored
-
- Sep 15, 2011
-
-
Lloyd Hilaiel authored
remove obsolete syncEmails functionality from persistence layer, tests, wsapi, and client libraries. with certs the logic is much simpler and more efficient
-
Lloyd Hilaiel authored
-
- Sep 08, 2011
-
-
Ben Adida authored
-
- Aug 23, 2011
-
-
Lloyd Hilaiel authored
test harness now tries to shut down gracefully. this allows cleanup to occur (i.e. of database when running in a test mode)
-
- Aug 17, 2011
-
-
Lloyd Hilaiel authored
find instances of console.log() and send them to the logger instead, when running under dev harness also route to console. issue #169
-
- Aug 09, 2011
-
-
Lloyd Hilaiel authored
-
- Aug 05, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Jul 22, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
add an explicit db.open() call which will provide the hook for passing configuration information into the db layer
-
Lloyd Hilaiel authored
-
- Jul 20, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
basic testing of all db.js apis complete, also completed implementation of identitysync to check installed pubkeys.
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
consolidate db.checkAuth and db.checkAuthHash - move all bcrypt knowledge out of the persistence layer
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Jul 19, 2011
-
-
Lloyd Hilaiel authored
tests of db.isStaged, db.stageEmail, db.gotVerificationSecret, and db.emailKnown. also add some documentation in db.js for various apis
-
Lloyd Hilaiel authored
initial stubbing of db.js tests, also generalize db.js so that the path where the database resides may be configured
-
- Jun 23, 2011
-
-
Lloyd Hilaiel authored
if you can verify an email, you can take ownership of it. this should trigger some fun conversations with thunder. closes #36
-
Lloyd Hilaiel authored
move to bcrypt for password hashing and storage. This satisfies @benadida's crazy paranoia, so it closes #35. In other news, the 'forgot password' flow is now complete (this change solves the case where you forget your password for an email and reset it with precisely the same password --- because auth is salted, the registration_status call will delay 'complete' until you actually click through. tl;dr; - closes #18
-
Lloyd Hilaiel authored
fix registration_status - now it's more sophisticated. in case you're adding an email it needs you to be authenticated and checks that the same user owns both emails addresses. in case you're verifying or re-verifying an email to creat an account it checks to see if the new credentials you provided work yet (transition only occurs when you click through the email link. all tests passing again.
-
- Jun 22, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Ben Adida authored
added email config to make testing email easier - be careful on production. Fixed sub-bug in db.js, callback not returned.
-
- Jun 21, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Ben Adida authored
-
- Apr 16, 2011
-
-
Lloyd Hilaiel authored
generate a persistent secret for cookie encryption at first server run. still in pursuit of zero-config and as stateless as possible.
-
- Apr 13, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
fix set_key wsapi on authority, now properly associates a NEW key with an EXISTING email address owned by the currently authenticated user
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-