Send access_token_class as client option#23
Send access_token_class as client option#23ozmar-salesloft wants to merge 1 commit intoginjo:masterfrom
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