UNPKG

@articulate/hapi-authentic

Version:

A hapi 16.x JWT/Bearer auth plugin using [@articulate/authentic](https://github.com/articulate/authentic).

10 lines (9 loc) 152 B
language: node_js node_js: - '8' before_install: - npm install -g yarn@1.7.0 install: - yarn install --pure-lockfile script: - yarn run test:ci