cookie-hawk
v0.1.0
Published
Wrapper for hawk authentication scheme that implements cookie transmission of authentication.
Downloads
2
Maintainers
Readme
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