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

Handle null/undefined credentials returned from validate #172

Closed marcuspoehls closed 5 years ago

marcuspoehls commented 5 years ago

This PR attempts to fix #160.