Last Updated: February 25, 2016
·
437
· scottksmith95

Beer Locker: Building a RESTful API With Node - Digest

In our previous article we ended wtih a functional API capable of creating user accounts, locking down API endpoints, only allowing access to a user’s own beer locker, and an OAuth2 server.

Many readers have asked questions about how to use different authentication strategies so I am going to continue this series and delve into many of those strategies.

This article will explore the use of Digest authentication instead of Basic.

Continue reading...