powerhouse-inc / switchboard

Open-source API over the document model made to be developer- and analyst-friendly
https://switchboard-boilerplate.vercel.app
GNU Affero General Public License v3.0
2 stars 2 forks source link

Avoid rogue connect clients on old version to creat conflicts #164

Closed CallmeT-ty closed 1 month ago

CallmeT-ty commented 2 months ago

Switchboard logic to make sure it can't be nuked by rogue Connect clients on old versions etc. Signed push updates would be nice. together with a black or whitelist. a version could also help here. if the request comes from an outdated client we can just throw an error at him and say pls update. The problem is that we are deleting drives and then creating a new one with the same id. We should either add versioning or avoid doing that