FullstackAcademy / boilermaker

Code scaffold for projects
https://www.youtube.com/watch?v=7bLSuTHH4Ag&list=PLx0iOsdUOUmn7D5XL4mRUftn8hvAJGs8H
MIT License
215 stars 706 forks source link

Restore missing error handling for user login #112

Closed glebec closed 6 years ago

glebec commented 6 years ago

https://github.com/FullstackAcademy/boilermaker/blob/3f14ba67aef8b454718c69e8e5712fc9c39c1e89/server/auth/index.js#L5-L16

During #20 we accidentally forgot to include error handling for failed login attempts. We should put that back.

bitmoji