-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send access_token_class as client option #23
base: master
Are you sure you want to change the base?
Send access_token_class as client option #23
Conversation
2859ff2
to
729c7b1
Compare
- In order to adap to the new code on Oauth2 we send the access_token_class as client param instead of sending it as param to get_token method
0e86aca
to
f202dfc
Compare
Thanks @ozmar-salesloft for the fix, it works well on my side. While waiting for the pull request to be merged, is there a way to use this fix without forking ? Like monkey patching ? |
Thanks @ozmar-salesloft, works for me as well 🏆 |
Hi @ginjo!! 👋 Would it be possible to get this reviewed/merged? Let me know if I can help out! |
If there a way to apply this fix while we are waiting for the next release? We tried specify |
You can fork the repo with the fix and pull that in. Or, monkey patch with something like:
|
In order to adapt to the new code on Oauth2 gem we send the access_token_class as client param instead of sending it as param to get_token method
Fixes #22