We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.7.4
Bun
When using JWT Middleware to validate bearer token, if the token has expired then the error is a generic HTTPException rather than explanatory.
Prefer to see the error type surfaced rather than replaced by HTTPException so the client knows they need to send a refresh token.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Hono are you using?
4.7.4
What runtime/platform is your app running on? (with version if possible)
Bun
What steps can reproduce the bug?
When using JWT Middleware to validate bearer token, if the token has expired then the error is a generic HTTPException rather than explanatory.
What is the expected behavior?
Prefer to see the error type surfaced rather than replaced by HTTPException so the client knows they need to send a refresh token.
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: