illuminate / socialite

A simple library for OAuth 2 authentication.
43 stars 6 forks source link

Improve getCurrentUrl method #5

Closed caseyamcl closed 11 years ago

caseyamcl commented 11 years ago

This pull request changes the getCurrentUrl() method in the OAuthTwoProvider class so that it works regardless of whether the application is installed at the root of a domain (e.g. http://example.com/) or in a subdirectory (http://example.com/myapp).