freeCodeCamp/api-server/src/server
Nicholas Carrigan (he/him) 42acc542b7
fix: handle uppercase and missing user verification (#44444)
* fix: hotfix for isHonest null

* fix: early return if no user?

* fix: handle invalid input on api

Also lowerCases the username it receives since the client could send any
case.

* fix: report errors to user when verification fails

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-12-10 11:23:26 +00:00
..
boot fix: handle uppercase and missing user verification (#44444) 2021-12-10 11:23:26 +00:00
boot_tests chore(curriculum): fix + test curriculum order (#44366) 2021-12-06 16:55:13 +00:00
manifests fix: re-revert the API decoupling (#41263) 2021-02-25 12:02:35 -08:00
middlewares feat(client,api): add user tokens and route for submitting coderoad tutorials (#43304) 2021-11-17 19:49:24 +05:30
models feat(client,api): add user tokens and route for submitting coderoad tutorials (#43304) 2021-11-17 19:49:24 +05:30
rss fix: order imports and remove circular dependencies (#41824) 2021-08-02 08:39:40 -05:00
utils feat(client,api): add user tokens and route for submitting coderoad tutorials (#43304) 2021-11-17 19:49:24 +05:30
views/emails feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
component-passport.js chore: tree shaking - unused / redundant code (#43867) 2021-10-15 13:13:43 +05:30
config.development.js fix: re-revert the API decoupling (#41263) 2021-02-25 12:02:35 -08:00
config.json fix: re-revert the API decoupling (#41263) 2021-02-25 12:02:35 -08:00
config.local.js fix: re-revert the API decoupling (#41263) 2021-02-25 12:02:35 -08:00
config.production.js fix: re-revert the API decoupling (#41263) 2021-02-25 12:02:35 -08:00
datasources.development.js fix: re-revert the API decoupling (#41263) 2021-02-25 12:02:35 -08:00
datasources.json fix: re-revert the API decoupling (#41263) 2021-02-25 12:02:35 -08:00
datasources.production.js fix: re-revert the API decoupling (#41263) 2021-02-25 12:02:35 -08:00
index.js fix: order imports and remove circular dependencies (#41824) 2021-08-02 08:39:40 -05:00
middleware.json feat: remove csrf from the client (#42242) 2021-07-16 10:49:47 -05:00
model-config.json feat(client,api): add user tokens and route for submitting coderoad tutorials (#43304) 2021-11-17 19:49:24 +05:30
passport-providers.js fix: order imports and remove circular dependencies (#41824) 2021-08-02 08:39:40 -05:00