Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve an error message for token invalidation (#1144)
Make an error message for token invalidation more informative. It wraps the `jwt` error so that `errors.Is()` recognizes it down stream. The error message now reads "token is expired since it has been invalidated".
- Loading branch information