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.
- Host: GitHub
- URL: https://github.com/dweinstein/restify-endpoints-auth
- Owner: dweinstein
- License: other
- Created: 2014-05-27T01:45:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-18T19:49:57.000Z (about 10 years ago)
- Last Synced: 2025-02-12T19:07:05.557Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 245 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# restify-endpoints-auth [](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`