diff --git a/src/Support/Identity.php b/src/Support/Identity.php index cb36b18c..0dfa3ac1 100644 --- a/src/Support/Identity.php +++ b/src/Support/Identity.php @@ -8,6 +8,7 @@ use Illuminate\Support\Facades\Http; use Illuminate\Support\Str; use InvalidArgumentException; +use Revolution\Bluesky\Facades\Bluesky; /** * @link https://github.com/bluesky-social/cookbook/blob/main/python-oauth-web-app/atproto_identity.py @@ -46,6 +47,10 @@ public function resolveIdentity(?string $id): Response } /** + * Get the handle's did directly from the DNS record or well-known. + * + * {@link Bluesky::resolveHandle()} is an alternative way to use the API. + * * @param string|null $handle e.g. "alice.test" * @return string|null DID */