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
This method OAuth1ToOAuth2Migration has the redirectUri hard coded which is fine for development but in production it will fail. There is no way to over ride it either. One possible solution is to change scope to be an array of params or add a new param called params so implementation teams can override it easily. Otherwise, the library works great.
The text was updated successfully, but these errors were encountered:
This method OAuth1ToOAuth2Migration has the redirectUri hard coded which is fine for development but in production it will fail. There is no way to over ride it either. One possible solution is to change scope to be an array of params or add a new param called params so implementation teams can override it easily. Otherwise, the library works great.
The text was updated successfully, but these errors were encountered: