generic-oauth2
generic-oauth2 copied to clipboard
feat(ios): same behavior as Android for code.
This PR fixes an issue where the plugin returns the error ERR_NO_AUTHORIZATION_CODE on iOS, even when the authorization code is correctly present in the redirect URL.
Issues #199 and #279 already pointed out that the authorization code was not properly extracted or recognized in some cases.
I’m not an iOS or CapacitorJS expert — I’m just a MacGyver. 🚀