This is a mono-repository containing modules to wrap the MUSAP libraries for Android & iOS and contains a bridge module for React Native.
- musap-native: NPM package wrapper which makes the module easier to link in a React Native pods project.
- musap-react-native: The React Native bridge code resulting in a NPM package
- musapRnKmsTesterApp: An interactive test application where the MUSAP React Native libraries are tested.
Package musap-native contains a git sub-module, so after cloning the following commands should be executed:
git submodule update --init --recursive
For details see package musap-native README
Detailed usage of the API can be found here - musap-react-native The test application shows how to use the library to sign a JWT.
This project is licensed under the Apache-2 License.
If you encounter any issues or have questions, please file an issue on our GitHub issue tracker.