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
starting from version 0.5.0 the redirect to callback no longer works on OAuth apps (returns HTTP 400 with body "Not found").
the getEmail refactor removes the this.oauthApp check, which is where I suspect the problem is -- v0.4.0 was working as expected.
Tested both on Hono v4.5.11.
I can open a PR if someone confirms this, repo can be found here for testing.
The text was updated successfully, but these errors were encountered:
starting from version 0.5.0 the redirect to callback no longer works on OAuth apps (returns HTTP 400 with body "Not found").
the getEmail refactor removes the
this.oauthApp
check, which is where I suspect the problem is -- v0.4.0 was working as expected.Tested both on Hono v4.5.11.
I can open a PR if someone confirms this, repo can be found here for testing.
The text was updated successfully, but these errors were encountered: