1.1.0 • Published 2 years ago

@universis/signer-worker v1.1.0

Weekly downloads
-
License
LGPL-3.0-or-later
Repository
gitlab
Last release
2 years ago

@universis/signer-worker

Universis signer worker for server applications

Getting started

Install @universis/signer-worker

npm i @universis/signer-worker

Important note: Verify that Universis Signer is already installed as aservice. Follow installation instructions to install and configure Universis Signer.

Configuration

Configure Universis api server to use SignerWorker service. Register @universis/signer-worker#SignerWorker under universis api server services section of application configuration:

{
    "services": [
        ...,
        {
            "serviceType": "@universis/signer-worker#SignerWorker"
        }
    ]
...
}
1.1.0

2 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago