MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
270 stars 243 forks source link

Support for iOS Custom Browser User-Agent #323

Closed MatteoNTT closed 1 year ago

MatteoNTT commented 2 years ago

Hi,

I saw that underneath you use this iOS library

I wonder if we can use the custom-browser-user-agent feature described here directly from flutter side

Many thanks Matteo

MaikuB commented 2 years ago

If this something you want then you'll need to submit a PR for it. There's a PR that is related to this at https://github.com/MaikuB/flutter_appauth/pull/318. Not sure if it suits your use cases but the author has not responded to my questions. The one that concerns me is how it looks like when using other browsers results, it's not possible to know that user closed the browser to cancel the sign in attempt

MaikuB commented 1 year ago

Closing as no one else has submitted a PR and there's been no updates the previous PR I mentioned