Releases: dwyl/hapi-auth-jwt2
Releases · dwyl/hapi-auth-jwt2
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
Recommended Update - Prevents Server Crash by wrapping JWT.decode in try/catch
Semantic Error Status Codes and Remove Dependency on Hoek (Breaking Change!!)
v5.0.0 Sends correct http (error) status code. breaking change. see: https:/…