this repo has no description
1[[atproto-did]]
2
3- DIDs have an initial hard limit of **2048** characters
4- The URI is case sensitive and starts with lowercase `did:`
5- The method segment is one or more lowercase letters followed by `:`
6- Query (`?`) and fragment (`#`) parts are not allowed in atproto
7- The URI may not end in `:`
8
9Implementations dont need to validate percent decoding. The percent symbol is
10allowed in DID identifier segments, but the identifier _should not end in a
11percent symbol_.
12
13```txt
14did:plc:z72i7hdynmk6r22z27h6tvur
15did:web:blueskyweb.xyz
16```