bluesky-social / atproto-website

https://atproto.com
Other
215 stars 138 forks source link

Incorrect explanation based on old handle specifications #315

Open yamarten opened 1 month ago

yamarten commented 1 month ago

The following explanation says to use resolveHandle of the handle provider (alice.com) for handle resolution. However, now this specification has been abolished and replaced by .well-known.

https://github.com/bluesky-social/atproto-website/blob/b00b7033ef098ae9483e146b83d8414bf76c856e/content/guides/identity.md#example-hosting-service-with-separate-domain-name

Because there is a possibility of a DNS handle, the new code may be a little cumbersome. Is it recommended to use the resolveHandle of well-known endpoints? (For example, bsky.social or public.api.bsky.app)