hopfenspace / MateBot

Micro service providing an API for MateBot clients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rework or drop the /users/setFlags endpoint

CrsiX opened this issue · comments

commented
  1. It shouldn't be so easy to become an internal user by just using this endpoint. That's why there's the membership poll mechanism in place.

  2. "Downgrading" from internal to external user hasn't been explicitly specified yet.

  3. Extended permissions shouldn't be required for voting, this should depend solely on the internal flag, shouldn't it?

commented

The endpoint has been removed in version v0.5. It was replaced by two new endpoints /users/dropInternal and /users/dropPermission.