Alex

Results 1 comments of Alex

To have a dynamic redirectUri via the options I had to change the following in strategy.js ``` if (callbackURL) { params.redirect_uri = callbackURL; } ``` to ``` if (options.redirectUri) {...