Emelia Smith
Emelia Smith
Given that these endpoints and how to use them are far better described by [RFC 8414](https://datatracker.ietf.org/doc/html/rfc8414)'s `/.well-known/oauth-authorization-server` document, which is a widely supported standard, the presence of the OAuth endpoints...
At present, the norm is to just send all activity and object types to all servers, which leads to software needing to ignore activities and object types that it doesn't...
In a recent [Data Portability thread](https://lists.w3.org/Archives/Public/public-swicg/2024Mar/0020.html), it was mentioned that currently the ActivityPub spec only has HTTPS as a SHOULD not a MUST requirement, in 2024 that seems like an...
In the recent spam wave, we implemented a patch in mastodon that just silently dropped certain activities from being processed. This obviously isn't a good approach user experience wise, and...
Currently when an origin server issues a Delete activity, it's a fire-and-forget action, and there's no guarantees that the deletion was actually actioned. Given the various data privacy laws around...
Currently when a server wants to send something to another server, there is no standardisation as to what status codes an inbox should return for different conditions, so for instance,...
Currently the GraphQLDataSource package kind of follows RESTDataSource, but also uses ApolloLink infrastructure. It'd be great to have this basically like using ApolloClient, e.g. ```js class MyApi extends GraphQLDataSource {...
Hi! I saw your article via one of the tech newsletters I subscribe to, and whilst reading, I noticed you've a race conditions in your code that creates a user:...
- [x] Add `/.well-known/oauth-authorization-server` documentation, per https://github.com/mastodon/mastodon/pull/29191 - [x] Document deprecation of `redirect_uri` on `Application` and addition of `redirect_uris` - [x] Document added support for mutliple redirect URIs for OAuth...
This is a follow up to #1375 β the JSON formatting change came via prettier.