johnbrett / hapi-auth-bearer-token

Simple Bearer authentication scheme plugin for hapi, accepts token by Header, Cookie or Query parameter.
MIT License
218 stars 46 forks source link

Update deps #57

Closed AdrieanKhisbe closed 8 years ago

AdrieanKhisbe commented 8 years ago

Update dependancies and Code style.

It should maybe be release has a new major version. (hapi-auth-bearer-token 4.0 for node 4.0 (has 0.10 termination))

johnbrett commented 8 years ago

:+1: Thanks for this also!

AdrieanKhisbe commented 8 years ago

you're welcome! :)

(don't forget to bump "node": ">=0.10.22" along with the versino for the realease ;)

johnbrett commented 8 years ago

Will do - upgrading dev dependencies as well!

AdrieanKhisbe commented 8 years ago

(would be cool also to add a npm badge, cf https://github.com/johnbrett/calibrate/issues/38 :))