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

Omission in signature of callback parameter of validateFunc #112

Closed gamtiq closed 7 years ago

gamtiq commented 7 years ago

artifacts argument is absent in signature of callback parameter of validateFunc in README.md:

callback - a callback function with the signature function(err, isValid, credentials) where: