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 been using omniauth in a Rails app for multiple models, currently adding a param on the authorization URL to known which class to create once redirected. Unfortunately the current implementation of callback_url in this gem ignores the query params. The original implementation of this method in the base OAuth strategy correctly adds this query string.
I opened a PR that should fulfil your need if I understand you correctly. Can you perhaps have a look at it and tell me if that helps you ? #118
It also includes an example of how to monkey patch the callback_url method locally so that you can have what you need immediately until omniauth-apple answers your need if it ever does
Hi there,
I have been using omniauth in a Rails app for multiple models, currently adding a param on the authorization URL to known which class to create once redirected. Unfortunately the current implementation of
callback_url
in this gem ignores the query params. The original implementation of this method in the base OAuth strategy correctly adds this query string.Would it be possible to change
into
Thanks for considering!
The text was updated successfully, but these errors were encountered: