We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f049aa5 commit 7b02aa2Copy full SHA for 7b02aa2
Vendor/tmhOAuth/Opauth-LinkedIn-mod.txt
@@ -0,0 +1,5 @@
1
+The included tmhOAuth library is slightly modified due to allow it to work with case-sensitive URLs for LinkedIn OAuth.
2
+
3
+tmhOAuth.php (line 247)
4
+- $this->url = strtolower("$scheme://$host$path");
5
++ $this->url = "$scheme://$host$path";
0 commit comments