JavaScript SDK
Installation
We recommend to install the npm package using npm or jspm: https://www.npmjs.com/package/secucard-connect.
You can also use Git or download the ZIP package from our GitHub repository: https://github.com/secuconnect/secuconnect-js-sdk.
The SDK comes with JavaScript tests for some use cases. You can run tests with following command:
$ npm
install
$ npm
test
Authentication
See Authentication section to learn about authentication options, requirements and working example.
Sample Application
See sample application section for robust example of authentication, SDK configuration and CRUD use case.