An open API service indexing awesome lists of open source software.

https://github.com/dweinstein/restify-endpoints-auth

This bolts on an http-signature authentication middleware for restify-endpoints.
https://github.com/dweinstein/restify-endpoints-auth

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# restify-endpoints-auth [![Build Status](https://travis-ci.org/dweinstein/restify-endpoints-auth.svg?branch=master)](https://travis-ci.org/dweinstein/restify-endpoints-auth)

## Overview

This bolts on an
[http-signature](https://github.com/joyent/node-http-signature) authentication
middleware for
[restify-endpoints](https://github.com/ekristen/restify-endpoints/).

Currently, if you want to use this library with `restify-endpoints`
you'll need to use [my](https://github.com/dweinstein/restify-endpoints-auth)
(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`