In order to connect to the PowerAuth service, mobile applications need to perform the required network and cryptographic processes, as described in the PowerAuth documentation. To simplify the implementation of these processes, developers can use This PowerAuth Mobile JS SDK library (for Android and iOS) from this repository.
We currently support REACT NATIVE and APACHE CORDOVA development platforms.
- Installation
- Configuration
- Device Activation
- Requesting Device Activation Status
- Data Signing
- Password Management
- Working with passwords securely
- Biometry Setup
- Device Activation Removal
- End-To-End Encryption
- Secure Vault
- Recovery Codes
- Token Based Authentication
- User Info
- Troubleshooting
- Migration Instructions
- Sample Integration
- Accessing the Native PowerAuthSDK
- Additional Utilities
| Version | React-Native1 | Cordova | Native SDK | Server version | Support Status |
|---|---|---|---|---|---|
4.1.x |
0.73+ |
12.0.0+ |
1.9.x |
1.9+ |
Fully supported |
3.2.x |
0.73+ |
12.0.0+ |
1.7.x |
0.24+ |
Bugfixes |
4.0.x |
0.73+ |
12.0.0+ |
1.9.x |
1.9+ |
Not supported |
3.1.x |
0.73+ |
12.0.0+ |
1.7.x |
0.24+ |
Not supported |
3.0.x |
0.73+ |
12.0.0+ |
1.7.x |
0.24+ |
Not supported |
2.5.x |
0.73+ |
- | 1.7.x |
0.24+ |
Not supported |
2.4.x |
0.71+ |
- | 1.7.x |
0.24+ |
Not supported |
2.3.x |
0.64 - 0.70 |
- | 1.7.x |
0.24+ |
Not supported |
2.2.x |
- | 1.6.x |
0.24+ |
Not supported |
Note 1: The library may also work with other React-Native versions, but we don't guarantee compatibility. The specified version is the version that we use for the development and for the tests.
All sources are licensed using Apache 2.0 license, you can use them with no restriction. If you are using PowerAuth 2.0, please let us know. We will be happy to share and promote your project.
If you need any assistance, do not hesitate to drop us a line at [email protected].
If you believe you have identified a security vulnerability with PowerAuth, you should report it as soon as possible via email to [email protected]. Please do not post it to a public issue tracker.