[oauth-providers] Problem with GitHub provider from version 0.5.0
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.
Hi @geommr !
@monoald Can you handle this?
This just hit me. Wasted quite a bit of time. Reverting to 0.4.0 worked.
Can confirm this is a problem, and patching it with the suggested solution worked.
fixed in this PR: #1372
@mrdear Thanks