Facebook oauth unable to remove scope
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 6.6k
- Forks
- 631
- PR merge metrics
- No merged PRs in 30d
Description
We are doing a project where a user can authenticate through facebook, the problem is that we don't know how to remove the scope, since we don't need it.
We need to remove this `&scope=email+first_name+last_name+link+about+id+name+picture+location` from the url
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
No file or test is named. Start by locating the Facebook OAuth URL construction and inspect how the requested scope is assembled. Done means the unwanted scope is no longer included in the generated URL, with a test or demonstrated behavior covering the change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- authentication
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100