Skip to content

Commit a586b86

Browse files
committed
add resolveMeURL in first step
1 parent dc28063 commit a586b86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/IndieAuth/Client.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public static function begin($url, $scope=false) {
2727
}
2828

2929
$url = self::normalizeMeURL($url);
30+
$url = self::resolveMeURL($url);
3031

3132
$authorizationEndpoint = self::discoverAuthorizationEndpoint($url);
3233

0 commit comments

Comments
 (0)