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

Fix typo in README #162

Closed mattboutet closed 5 years ago

mattboutet commented 5 years ago

Minor typo in README - references isValue in context of validate function's return signature when it should be isValid.

johnbrett commented 5 years ago

thanks for this @mattboutet !