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

Compatibility with Hapi 9 #21

Closed molekilla closed 9 years ago

molekilla commented 9 years ago

Hi

Please add support for hapi 9.x

Thanks! Rogelio

johnbrett commented 9 years ago

Hi @molekilla, Hapi 9 is supported. Are you getting an error during npm install?

johnbrett commented 9 years ago

Closing due to inactivity.

albertovasquez commented 9 years ago

Yes I'm getting error during npm install

npm ERR! peerinvalid The package hapi does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer hapi-auth-bearer-token@3.1.1 wants hapi@>=8.x.x

albertovasquez commented 9 years ago

nevermind .. after updating a couple other hapijs dependency issues that invalid notice went away

johnbrett commented 9 years ago

Hi @albertovasquez, thanks for the update. Please let me know if you run into any other issues.