How do I obtain a link to a Bluesky user's profile by ID (DID) instead of the handle?
As handles may be changed, I'm interested in a permanent link to the account ID. Any easy way to obtain it from the web UI?
As handles may be changed, I'm interested in a permanent link to the account ID. Any easy way to obtain it from the web UI?
Comments
or if you really want to dive into the implementation: https://github.com/bluesky-social/atproto/tree/main/packages/internal/handle-resolver
Side note about atproto-browser specifically: assuming the user has a public profile, you can paste their bsky profile URL in there also