mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
f1f1c23fd4
* Take `/server/routes/auth` and move most of the logic to `/server/middleware/auth`, refactoring to use generators. * List all `/auth/*` endpoints in `/server/routes/index.coffee`. * Fill in testing gaps for `/auth/unsubscribe`. * Add debug log when `sendwithus` is not operational, so it 'works' in development and testing. * Use passport properly! * Track Facebook and G+ logins in user activity as well as passport logins. |
||
---|---|---|
.. | ||
auth.coffee | ||
database.coffee | ||
errors.coffee | ||
Handler.coffee | ||
LockManager.coffee | ||
logging.coffee | ||
mail.coffee | ||
mapping.coffee | ||
parse.coffee | ||
perfmon.coffee | ||
queue.coffee | ||
users.coffee |