You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: