Simple Multifactor Authentication in Node

Simple Multifactor Authentication in Node

This post explains multi-factor authentication and some challenges that developers face with it.

benjamindanis

There is a typo in the bulleted section about api capabilities. Looks like a missing hyperlink.

benjamindanis

In routes/dashboard.js, the userinfo object is not attached to the req object itself but an object called userContext. To get access to “given_name”, that line should read res.render(‘dashboard’, req.userContext.userinfo).