dwyl / learn-json-web-tokens

:closed_lock_with_key: Learn how to use JSON Web Token (JWT) to secure your next Web App! (Tutorial/Example with Tests!!)
MIT License
4.18k stars 254 forks source link

integrate JWS with react native #76

Closed b-asaf closed 6 years ago

b-asaf commented 7 years ago

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.