Protect API from being tampered?
I’m building an API with websocket that serializes data through JSON. The App itself is a chat application. I came up with the following structure to send my data:
{date: ‘2020-05-31′, time: ’14:28:05’, text: “Hey!”, to: ‘<id:int>’,… Continue reading Protect API from being tampered?