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

Published: (February 28, 2026 at 05:48 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

Problem

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
0 views
Back to Blog

Related posts

Read more »