1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2025-01-09 21:56:45 +09:00
Commit graph

1 commit

Author SHA1 Message Date
fr33domlover
499e26db48 Periodically rotated AP actor key for signing ActivityPub requests
The actor key will be used for all actors on the server. It's held in a `TVar`
so that it can always be safely updated and safely retrieved (technically there
is a single writer so IORef and MVar could work, but they require extra care
while TVar is by design suited for this sort of thing).
2019-01-14 22:08:44 +00:00