Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.42 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.42 KB


Sphereon
MUSAP Library wrapper for React Native


This is a mono-repository containing modules to wrap the MUSAP libraries for Android & iOS and contains a bridge module for React Native.

Packages

  • 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

Usage

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.

License

This project is licensed under the Apache-2 License.

Support

If you encounter any issues or have questions, please file an issue on our GitHub issue tracker.