LinusU / LinusU/flutter_web_auth
Login with sso, could not remember login session as other explorer like Safari or Chrome
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 213
- Forks
- 261
- PR merge metrics
- No merged PRs in 30d
Description
I login with sso use FlutterWebAuth.authenticate, and then show up with the login page like pingone or okta, login successfully, then logout of the app, then login again with sso, I still need to input the username and password, and sign in again, it does not remember the last login session. But the save case with local explorer like Chrome or Safari, once I login, it could remember the session, and even I close the explorer and open the sso login page again, it could use the save session to login by itself.
Could the explorer that FlutterWebAuth uses to remember the session like local explorer?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at FlutterWebAuth.authenticate and trace how the plugin launches and closes the SSO browser session. Compare that flow with the session persistence described for Safari and Chrome, then determine whether repeat authentication after logout can retain the provider session and how completion could be verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- authentication, mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100