StanScates/react-native-jwt

Validation (JWS) in React Native

Closed this issue · 0 comments

Hi,
I write an application that receives data in JSON format and I want to validate (using digital signature) the data source before the application starts to process the data.
currently the data is stored in Amazon and the application is written in React Native (version 0.45.1)

Is it possible to use this package to perform this validation.

Thanks