You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.
These are called when retrieving or adding to a user's inbox and outbox.
AuthenticatePostInbox: any valid user? someone is sending you a message
AuthenticateGetInbox: user must own the inbox (getting your home feed)
AuthenticatePostOutbox: user must own the outbox (sending a new message)
AuthenticateGetOutbox: any valid user? getting your timeline.
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)
The text was updated successfully, but these errors were encountered:
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)The text was updated successfully, but these errors were encountered: