Last Updated: February 25, 2016
·
336
· scottksmith95

Beer Locker: Building a RESTful API With Node - Username & Password

In our previous article we explored implementing Digest authentication in place of Basic. This article will now delve into implementing username and password authentication using the passport-local module.

Continue reading...