update all OAuth flows to use redirect callback instead of sending messages from a popup window
Open
Nobody has claimed this yet.
- Dominant language
- Elixir
- Stars
- 1.5k
- Forks
- 152
- PR merge metrics
- No merged PRs in 30d
Description
pop-up windows don't have consistent behavior across different devices and browsers (see #135) so let's remove them
- org/dashboard_live.ex (735485b)
- onboarding/dev.ex (#136)
- crowdfund.ex
- swift_bounties_live.ex
- org/bounties_new_live.ex
- org/settings_live.ex
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 completed OAuth changes in org/dashboard_live.ex and onboarding/dev.ex, then inspect the unchecked flows in crowdfund.ex, swift_bounties_live.ex, org/bounties_new_live.ex, and org/settings_live.ex. Update each listed flow to use a redirect callback rather than popup messages, and verify that all checklist items follow the same behavior across devices and browsers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elixir
- Domain
- authentication
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100