You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What runtime/platform is your app running on? (with version if possible)
Cloudflare workers
What steps can reproduce the bug?
Step 1: Upgrade to the latest version of Hono. Step 2: Run existing legacy code that includes calls to the verify method (without passing the previously optional third parameter). Step 3: An error occurs, indicating that the alg parameter must be specified.
What is the expected behavior?
This kind of widely used API should maintain backward compatibility