Yábir Benchakhtir
Yábir Benchakhtir
## Abstract Add support for sushi's bentobox ## Specification A subgraph can be used for this https://thegraph.com/legacy-explorer/subgraph/sushiswap/bentobox
## Abstract Add support for clipper in the same way we support uniswap, balancer... ## Motivation Clipper is constantly offering better prices for small changes using 1inch and more and...
## Abstract They have an API and CSV exports https://www.okcoin.com/docs/en/ ## Motivation User request
Run tests for all of the microservices available: - [ ] user-microservice - [ ] gateway-microservice - [ ] status-microservice - [ ] media-microservice - [ ] federation-microservice
Gateway microservive has to manage permissions on users. Implement the auth system
The gateway service should manage the authentication. For this reason this microservice also manages the creation and permission of apps. Will follow the endpoints of https://docs.joinmastodon.org/methods/apps/
An example is provided here `curl -i -H "Accept: application/activity+json" https://pixelfed.social/p/dansup/18932016796012544` and an interesting thread in mastodon https://mastodon.social/@dansup/101865787856824731
As is written you also build timelines for remote user. Need to add a filter in the query
To make it compatible with other mastodon apps: ## Accounts - [ ] `GET /api/v1/accounts/:id` - [ ] `GET /api/v1/accounts/:id/followers` // It's implemented for AP so it's just the same...
Things to do - [ ] Generate client-secret to authorize apps - [ ] Verify apps credentials before issuing tokens - [ ] Create special token for the home website