As of now, when creating Cheeps from the API, the timestamp is taken as parameter. This enables a potential violation of the application's integrity, as users can "lie" about the cheep's time of creation.
Acceptance criteria:
[x] Generate timestamps on the server side
[x] Disable passing timestamp parameter to the API
Further clarification:
As of now, when creating Cheeps from the API, the timestamp is taken as parameter. This enables a potential violation of the application's integrity, as users can "lie" about the cheep's time of creation.
Acceptance criteria: