I'm having a problem with the scope parameter because of the url encode in the redirect of the authorization url. Is there any way to avoid the url encode in this redirect?
I have this problem too when logging in to Gitlab (using https://github.com/fh1ch/passport-gitlab2) when passing in multiple scopes, because the + is encoded to %2B and Gitlab does not accept that.
Hello!
I'm having a problem with the scope parameter because of the url encode in the redirect of the authorization url. Is there any way to avoid the url encode in this redirect?