User authentication and session management for web applications
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

claude: complete Err -> Error module rename across call sites

Follow up to the module rename: update the remaining callers that
still referenced [Err] (library [claude.ml{,i}], [client.ml], the test
driver [test.ml]), and fix one stray [^ e] string concatenation in
hermest's CLI that needed [Json.Error.to_string e] now that
[Json.of_string] yields a structured error.

+3 -6
+1 -1
auth.opam
··· 13 13 "csrf" 14 14 "fmt" 15 15 "http" 16 - "jsont" 16 + "json" 17 17 "logs" 18 18 "oauth" 19 19 "ohex"
+1 -2
dune-project
··· 18 18 csrf 19 19 fmt 20 20 http 21 - jsont 22 - logs 21 + json logs 23 22 oauth 24 23 ohex 25 24 requests
-1
fuzz/dune
··· 1 1 (executable 2 2 (name fuzz) 3 - (modules fuzz fuzz_auth) 4 3 (libraries auth csrf alcobar)) 5 4 6 5 (rule
+1 -2
lib/dune
··· 8 8 respond 9 9 requests 10 10 http 11 - jsont 12 - jsont.bytesrw 11 + json 13 12 crypto-rng 14 13 ohex 15 14 fmt