Releases: dwyl/hapi-auth-jwt2
Releases · dwyl/hapi-auth-jwt2
Update Release to Conform to Latest Eslint Requirements
Since eslint
made a few breaking changes ref #508 we had to change a few file names from .js
to .cjs
(Common JS).
This has been fully tested on our side. But it may cause someone a headache somewhere so we have decided to make it clear that it might break something by bumping the version from 10.7.0
to 11.0.0
.
Hope everyone is happy. 🤞
Handle Error Object passed into raise error (Boomify) #468 ref: #469
@virginiam1203 noted in #468 that they were having issues with error handling. 💥
Fixed with backward-compatible code in #469. 🎉
Exception and Decoded Token in Error Context #442
v10.5.0 Add exception and decoded token to error context #446 #442
Custom Error Raising
Update Dependencies to Latest Hapi & Boom note: now requires Node v4 +
v5.2.0 update dependencies to latest version of hapi & boom
Update to Latest Hapi v11
No code change required. Backward compatible with previous versions of Hapi
Fixes Try Mode Regression
Support Try Mode - Only Runs this Plugin if mode is "required"
Allow additional strategies to authenticate if no token is found
Previously This Plugin did not "Play Well" with other Strategies.
Now it does.
See: #104