olivierbon / Placid

Placid is a Craft plugin which makes it easy to consume REST services in your twig templates
77 stars 5 forks source link

OAuth 0.9.64 returns different provider array. #8

Closed a-am closed 9 years ago

a-am commented 9 years ago

OAuth 0.9.64 no longer has direct access to 'name' key from returned provider array. Used key for name value.

alecritson commented 9 years ago

Thanks for this, will take a look hopefully over the weekend!

alecritson commented 9 years ago

Hey @a-am

I've taken a deeper look into the issues with the latest version of the OAuth plugin and it looks like there are quite a few breaking changes since 0.9.60 including the ones fixed in your pull request.

Currently i'm working towards a rewrite of Placid, which will take it up to 2.0.0 , this will have full support of the OAuth plugin amongst other benefits so I don't think I will be implementing the changes in the OAuth plugin into Placid 1.* as there are too many and doing so would be counter productive to the development of the latest version, instead I will direct people to the 0.9.60 release to use.

Thanks for your time though!