/restify-endpoints-auth

This bolts on an http-signature authentication middleware for restify-endpoints.

Primary LanguageJavaScriptOtherNOASSERTION

restify-endpoints-auth Build Status

Overview

This bolts on an http-signature authentication middleware for restify-endpoints.

Currently, if you want to use this library with restify-endpoints you'll need to use my (the dev branch) which has some specific tweaks.

Examples

In one terminal session: npm run example-server

In the client terminal session: npm run example-client