3.0.0 - 2020-01-10
- require Node.js v12
- this change aligns with the hapi ecosystem requiring Node.js v12 with the release of hapi 19
2.2.0 - 2019-10-17
- basic TypeScript declarations in
lib/index.d.ts
2.1.0 - 2019-10-12
- use Joi v16 for options validation
- bump dependencies
- remove Node.js v11 from Travis testing
- move auth handling into a dedicated
Authenticator
class
2.0.5 - 2019-04-24
- updating to the scoped hapi dependencies
- bump dependencies
2.0.4 - 2019-02-18
- bump dependencies
2.0.3 - 2019-02-07
- ensure that string scopes are handled correctly
2.0.2 - 2019-02-06
- run auth checks in sequence, not in parallel
- Readme: fix badges
- bump dependencies
2.0.1 - 2019-01-26
- Readme: rename GitHub references
fs-opensource -> futurestudio
2.0.0 - 2019-01-19
- return
artifacts
in for each strategy inrequest.auth.artifacts.<strategy>
- update code for hapi 18:
server.auth.test()
returns{ credentials, artifacts }
- added hapi 18 requirement
1.0.2 - 2019-01-16
- Readme: link strategy options
1.0.1 - 2019-01-09
- Readme: added block for credentials and scope
1.0.0
release 🚀 🎉