krakenjs/hapi-openapi

Hapi 18+ auth

thebrownfox opened this issue · 1 comments

The plugin is not fully compatible beyond Hapi v17. Basic routing works, but auth strategies don't.

Cannot read property 'jwt-strategy' of undefined
/node_modules/hapi-openapi/lib/routes.js:97:53 

Upgraded to the new version and everything seems to work properly.