Improved token verifications
gonzalogarciajaubert
released this
05 Apr 11:58
·
845 commits
to main
since this release
What has changed
- If there is any expired token error while verifying the token then a
BoosterTokenExpiredError
error will be thrown. - If there is any NotBefore token error while verifying the token, a
BoosterTokenNotBeforeError
error will be thrown. - On any other token error, a NotAuthorizedError will be thrown.
Complete changelog: v0.26.8...v0.26.9