hfwang / omniauth-paypal-permissions

Paypal Permissions Service strategy for Omniauth
Apache License 2.0
6 stars 4 forks source link

Does this gem work with OmniAuth 1.6.1 ? #3

Open marckohlbrugge opened 7 years ago

marckohlbrugge commented 7 years ago

From the readme:

This gem is designed to work with OmniAuth 1.0 library.

Does that mean the latest OmniAuth (1.6.1 at the time of writing) is not officially supported?

I have unsuccessfully tried to implement omniauth-paypal-permissions. Would be good to know whether it's supposed to work or not before investing more time.

Thanks 🙌

srt32 commented 7 years ago

We recently upgraded omniauth from v1.3.1 (it worked fine with 1.3.1) to v1.6.1 and so far are seeing errors like:

TypeError: no implicit conversion of String into Integer

in https://github.com/hfwang/omniauth-paypal-permissions/blob/9a1975d3eff9ab4a348e33e66b647426b7988eb9/lib/omniauth/strategies/paypal_permissions.rb#L15

maxwell commented 6 years ago

Any update here? Would love to get this worked out.