integrate JWS with react native
b-asaf opened this issue · 0 comments
b-asaf commented
Hi,
I am looking for a way to validate the source of a data in my React Native application.
The application receive data in JSON format andI want to validate the source. I don't need to encrypt the data itself but I want to process only validated data, otherwise I will notify the user that the data is not originated from a valid source.
The data is stored in Amazon S3, I want to put there data that are already signed, currently the I don't need a solution to dynamically sign the data in the server side.
I am using RN version 0.45.1.