meet-eat / meet-eat-server

Backend implementation of Meet & Eat.
MIT License
0 stars 0 forks source link

[FEATURE] Apply anonymization procedure to REST returned values #1

Open gstuer opened 4 years ago

gstuer commented 4 years ago

Circumstances At the moment values are simply returned at the controller layer. The password for example is sent to other users. This should be more restrictive.

Recommended Solution Some kind of implemented anonymization should be applied to return values in the controller layer.

Alternatives Extra classes could be implemented in order to make anonymization unneeded.

holtvogt commented 4 years ago

Is this still current? Issue #20 should face this problem, shouldn't it?