venveo / craft-oauthclient

A free to use OAuth 2.0 Client helper for Craft 3 developers
MIT License
9 stars 3 forks source link

Fix a reference to the wrong provider class #27

Closed joshangell closed 4 years ago

joshangell commented 4 years ago

The createTokenModelFromResponse method is only available on venveo\oauthclient\base\Provider, thus configured providers will error out when triggering the callback URL as they don’t have that method.

Mosnar commented 4 years ago

D'oh, you're right. Thanks!

Mosnar commented 4 years ago

Just released 2.1.4 with the fix

joshangell commented 4 years ago

Many thanks!