sdd / ExtAuth

A CakePHP Plugin for quick, easy federated login / external authentication (via OAuth1 and OAuth2).
18 stars 11 forks source link

Update ExtAuthComponent.php #5

Closed mchiron closed 10 years ago

mchiron commented 10 years ago

It seem like Router::Url('/') already return the trailing slash for the base url. This code make it so that there are 2 slash http://example.com//call_back.

sdd commented 10 years ago

Thanks mchiron