bluesky-social / indigo

Go source code for Bluesky's atproto services.
https://atproto.com/docs
Apache License 2.0
601 stars 89 forks source link

Add better handle validation #200

Open whyrusleeping opened 1 year ago

whyrusleeping commented 1 year ago

Its not currently a huge issue, but we should add better handle validation to the bgs.

The relevant typescript code to cop is here: https://github.com/bluesky-social/atproto/blob/main/packages/identifier/src/handle.ts

bnewbold commented 6 months ago

The indigo/atproto/identity package is increasingly pretty hardened, but I think the other handle resolution implementation in indigo is also better now. Could probably close this issue?