#marccHey everyone! I am working on a small activitypub server.
#marccI am trying to understand the auth part a bit better for actors, is it possible for the server to only store the public keys and use that to validate incoming requests?
#marccor should it have a set of private keys for each actor as well? I'm guessing it can only validate and proxy requests coming from the client then?