LinusU / LinusU/flutter_web_auth
Possibility to redirect to the same window where app is running in Flutter Web redirect
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 213
- Forks
- 261
- PR merge metrics
- No merged PRs in 30d
Description
I'm using only flutter web project. When this method below is used is possible to do redirect without calling new window?
`FlutterWebAuth.authenticate(url: url, callbackUrlScheme: scheme);`
I have several warning messages when the user has popups disabled.
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 with the FlutterWebAuth.authenticate entry point and examine how Flutter Web handles the supplied url and callbackUrlScheme when popups are disabled. Determine whether redirecting in the same window is supported, and define completion as avoiding the popup warnings while preserving authentication callback behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- authentication, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100