freeCodeCamp/server/middlewares
Berkeley Martinez 2fcd976700 fix(signup): signup auth (#15628)
* fix(models.user): Colocate all user methods

Moved user methods/extensions into one file. Tracked down `next method
called more than once` error and setting headers after their sent. Let
regular error handler handle api errors as well.

* feat(server.auth): Disable github account creation

We are no longer allowing account creation through github

* refactor(Auth): Move user identity link into models dir

* feat(Disable link account login): This removes the ability to use a linked account t

* feat(errorhandlers): Add opbeat, filter out handled error
2017-07-14 00:09:07 +05:30
..
add-lang.js Fix(routes): Hardern add-lang middleware against short urls 2016-09-09 00:39:03 -07:00
add-return-to.js Remove bower and port dependencies over to npm 2017-02-09 00:09:39 -05:00
constant-headers.js
cookie-parser.js Fix(lint): Add import eslint and fix import errors 2016-07-28 23:40:01 -07:00
csp.js fix(csp): ws connection during dev uses SYNC_PORT only (#14483) 2017-04-21 16:21:55 +05:30
csurf.js Remove csrf from api calls 2016-05-02 21:11:49 -07:00
error-handlers.js fix(signup): signup auth (#15628) 2017-07-14 00:09:07 +05:30
error-reporter.js fix(signup): signup auth (#15628) 2017-07-14 00:09:07 +05:30
express-rx.js
flash-cheaters.js Show flash message on every page when cheater is logged in 2016-07-28 17:32:54 +04:00
jade-helpers.js Feat: Add react-hot-loader 2016-09-27 19:49:58 -07:00
migrate-completed-challenges.js Change ESLint quote-props rule to as-needed 2016-04-16 00:31:13 +08:00
sessions.js Fix(lint): Add import eslint and fix import errors 2016-07-28 23:40:01 -07:00
validator.js feat(user): Report profiles 2017-01-13 00:14:29 +05:30