Functional Design Patterns for Express.js (PragProg)

Hello, I’ve found a small typo. Page 97.


It is written app.use(basicAuth(findUser.byCredentials));, but should have been app.use(basicAuth(findUserbyCredentials));

2 Likes