From 0503595b8296b849c439dc96bb620d58f4648792 Mon Sep 17 00:00:00 2001 From: Johanna Larsson Date: Mon, 27 Jul 2026 18:17:52 +0100 Subject: [PATCH] README.md improvements --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccc4da1..72d7391 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,13 @@ Calls go to the user's PDS, and access tokens are refreshed automatically: ## Errors -Public functions return `{:error, exception}` tuples and will not normally -raise on errors. See `Latch.Error` for more information. +Public functions return `{:error, exception}` tuples and will not normally raise on errors. See `Latch.Error` for more information. + +## On correctness + +> Postel's law: conservative in what you send, liberal in what you accept. + +The library attempts to follow the spec strictly, but primarily in what the library itself does, and less strictly in what it accepts as long as it's not a security issue. @@ -107,6 +112,7 @@ raise on errors. See `Latch.Error` for more information. - [x] Public client - [x] Local client - [x] Built-in ETS LatchStore implementation +- [ ] TID, NSID, AtURI, DID, Handle - [ ] Service auth - [ ] Getting started guide - [ ] Extensive tests -- 2.51.2