ocamlot
ocamlot copied to clipboard
An Activitypub server in OCaml!
As pointed out to me by @hannesm, each password should have a randomly generated salt rather than hardcoding a single salt for the entire instance.
Example courtesy of Adam Sjøgren via email: Response from ocamlot from outbox: ``` "orderedItems": [ { "@context": [ "https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1" ], "actor": "https://ocamlot.xyz/users/gopiandcode", "attachment": [ { "mediaType": "image/gif", "name": "",...
https://mastodon.social/@[email protected]/110286424755582597 Open original link gets https://ocamlot.xyz/activity/065e55c0-1ccd-4eb2-a8c2-b48b4fffb037 which obtains some json, instead of https://ocamlot.xyz/post/065e55c0-1ccd-4eb2-a8c2-b48b4fffb037 which is probably what a user wants to see.