You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the time of writing this, this rsky-syntax validation of AT-URI reflects the Typescript implementation of the [syntax package](https://github.com/bluesky-social/atproto/tree/main/packages/syntax) instead of the atproto.com [specification](https://atproto.com/specs/at-uri-scheme). There are some differences with the typescript and rust validation implementations and the specification for AT URIs:
4
+
5
+
- The validation conforms more to the "Full AT URI Syntax" form than the "Restricted AT URI Syntax" that is used in the [lexicon](https://github.com/bluesky-social/atproto/tree/main/packages/lexicon).
6
+
- The Rust AT-URI validation does admit some invalid syntax.
7
+
- The Rust DID and Handle validation adheres to the specification.
8
+
- The Rust NSID and TID validation adheres to the specification.
9
+
- The Rust Record Key validation adheres to the specification.
0 commit comments