Skip to content

Improved token verifications

Compare
Choose a tag to compare
@gonzalogarciajaubert gonzalogarciajaubert released this 05 Apr 11:58
· 845 commits to main since this release

What has changed

  1. If there is any expired token error while verifying the token then a BoosterTokenExpiredError error will be thrown.
  2. If there is any NotBefore token error while verifying the token, a BoosterTokenNotBeforeError error will be thrown.
  3. On any other token error, a NotAuthorizedError will be thrown.

Complete changelog: v0.26.8...v0.26.9