0.1.0 • Published 8 years ago

cookie-hawk v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

cookie-hawk

A wrapper using cookies to transmit Hawk authentication information when request header authentication is not available, such as with page reloads resulting from link clicks and form submissions. When using request headers exclusively to transmit authentication it appears only XHR can be used with Hawk.

Under development.

install

npm install cookie-hawk

run example

node example/server.js

...then load http://localhost:8000/

license

MIT