teranetsrl / oauth2_client

Simple Dart library for interacting with OAuth2 servers.
BSD 2-Clause "Simplified" License
96 stars 112 forks source link

Stuck at authorisation screen @okrad #202

Open avinashk369 opened 2 hours ago

avinashk369 commented 2 hours ago

can you please share the fix for this. @okrad

At least I could open this as a popup, but nothing happens from there after authorize the redirect.

In the standard authorization flow, the authorization code is exchanged after the authorize button is pressed, but this does not occur and the popup is not closed in the first place, causing a redirect in the popup.

I was going to test on localhost, but am I doing something wrong?

スクリーンショット 2022-06-02 9 11 02

_Originally posted by @myConsciousness in https://github.com/teranetsrl/oauth2_client/issues/131#issuecomment-1144273918_

avinashk369 commented 2 hours ago

authorisation using browser window works as expected but native twitter apps stuck at authorisation screen.