Hi @renchapRenaud Chaput,
I wonder why the 'created=1748341414' at https://docs.joinmastodon.org/spec/security/#http-message-signatures comes as an int and not as a https://www.rfc-editor.org/rfc/rfc9651.html#name-dates.
Do you know why? Will this remain? #RFC9651
I would have expected something like
sig1=("@method" "@target-uri" "content-digest");created=@1748341414;alg="rsa-v1_5-sha256";keyid="https://my.example.com/actor#main-key"
(mind also the 'alg' parameter)