Hi,
I am writing an application with React Native (version 0.45.1) and I want to validate that the data sent to application is from a valid source (currently the data is static and stored in Amazon S3).
I want to :
- sign the data (JSON object) with an online tool (currently, no need to server side)
- verify in client side (react native application) that the data is valid, there is no need to encrypt the data.