[flutter_appauth][flutter_appauth_platform_interface] Use default system browser outside app#318
[flutter_appauth][flutter_appauth_platform_interface] Use default system browser outside app#318onizuka87 wants to merge 2 commits into
Conversation
|
Thanks for the PR. I got a couple of questions
The other thing that concerns me is regarding the naming of the parameter and its default value. Suppose I don't have any other browser besides Safari, in this case to me it makes sense that the value of |
|
Closing this as there's no further response and the second point I raised would cause an issue with a future that never completes |
|
I'd really like to see #613 merged so I'll do my best to answer your question about the future not resolving:
I could post a small example if you would like. |
|
I'm unsure what you're asking here. Do you want me to fork the code from #613 and add a usage example? If yes, I haven't brought any changes to his code so would just an example suffice? |
|
Yep, I know that it would have been unlikely that you would have made changes to the code in #613 so I am referring to adding a usage example by adding to this example app |
Hi,
For one of my clients, I needed to use the default system browser outside of the app, therefore I've added a
(bool) defaultSystemBrowserproperty toAuthorizationParametersandEndSessionRequestwhich uses[OIDExternalUserAgentIOSCustomBrowser CustomBrowserSafari]in the(id<OIDExternalUserAgent>)userAgentWithViewControllermethod.This change is only for iOS.