Hi,
Is there a way to encrypt post/put requests sent data in ember-data? I don’t want user to be able to inspect what has been sent and in which format to api. I thought about using JWT for that, they have payload that can be sent and then decrypt this data on api.
Anyone thought about or implemented similar stuff?