DEV Community

Brian Kibet
Brian Kibet

Posted on

Android OAuth Flow - Browser Doesn't Redirect After Password Setup

I'm using logto_dart_sdk in a Flutter Android app. After Google authentication, users get stuck on the "Set password" page - clicking "Save password" shows a loading spinner but never redirects to my app's deep link .

Is password setup required for social login? How do I configure Logto to automatically redirect back to my mobile app after authentication completes?

Setup:

Using flutter_web_auth_2 for OAuth
Development mode enabled

Top comments (0)