goth
goth copied to clipboard
Facebook oauth unable to remove scope
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
This sounds related to the comment in https://github.com/markbates/goth/pull/246.
If you could open a pull request for this @andrearizzello, that would be much appreciated, as I have no Facebook account and am not able to manually test them as an authentication provider.