Demonware / jose

Python implementation of the Javascript Object Signing and Encryption (JOSE) framework (https://datatracker.ietf.org/wg/jose/charter/)
BSD 3-Clause "New" or "Revised" License
95 stars 34 forks source link

integrating with RN #26

Closed b-asaf closed 6 years ago

b-asaf commented 7 years ago

Hi, I am looking for a way to verify the source of a content, in JSON format, that is sent to my application written in react native. I was wondering if this package is working fine with RN?

Thanks