exlibris-fed / exlibris

MIT License
4 stars 0 forks source link

handle Authenticate{Get,Post}{In,Out}box methods #139

Open Sigafoos opened 3 years ago

Sigafoos commented 3 years ago

These are called when retrieving or adding to a user's inbox and outbox.

Check the Authentication header. go-fed handles this with HTTP Signatures, so we should support that. JWTs wouldn't be too hard either (so you could use what we have set for the front end). Not sure about other schemes. We should see what Mastodon uses (so that Masto users can like, reply to, etc posts)