logical-and / php-oauth

Support for authenticating users (without dep from any framework) using both OAuth1 and OAuth2 methods
https://packagist.org/packages/and/oauth
MIT License
43 stars 13 forks source link

Fix for path not found with Tumblr #59

Closed anibalsanchez closed 3 years ago

anibalsanchez commented 7 years ago

Hi,

I found that the extra / at the end of baseApiUri is now generating a Uri with // and ending with a "Not found" error.

BTW: Amazing package!