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 have an Oauth2 provider which requires scope to be passed when requesting a token. However, I don't seem to find a way to get the scope to the call to getOAuthAccessToken method of OAuth2 strategy.
The authenticate method of PasswordGrantStrategy creates a new object (called params) and decides what to pass to getOAuthAccessToken. Any ideas?
I'll be happy to submit a PR if this is not on purpose.
The text was updated successfully, but these errors were encountered:
daphnesmit
added a commit
to daphnesmit/passport-oauth2-password-grant
that referenced
this issue
Apr 6, 2020
I have an Oauth2 provider which requires scope to be passed when requesting a token. However, I don't seem to find a way to get the scope to the call to getOAuthAccessToken method of OAuth2 strategy.
The authenticate method of PasswordGrantStrategy creates a new object (called params) and decides what to pass to getOAuthAccessToken. Any ideas?
I'll be happy to submit a PR if this is not on purpose.
The text was updated successfully, but these errors were encountered: