Skip to content

Commit

Permalink
Update Identity.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kawax committed Nov 22, 2024
1 parent e457886 commit f835d02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Support/Identity.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
*/
Expand Down

0 comments on commit f835d02

Please sign in to comment.