Native Google Auth in Capacitor Apps
Why this skill exists
Google blocks OAuth redirect flows inside WKWebView (which Capacitor uses). If you try the standard web OAuth flow in a native Capacitor app, Google returns a disallowed_useragent error. No amount of user-agent spoofing or workarounds fixes this — Google uses JS-based detection too.
The solution is a platform-aware split: use the native Google Sign-In SDK on mobile to get an ID token, then exchange that token with your back
[Description truncada. Veja o README completo no GitHub.]