Client-server application that shows basics of @virgilsecurity/keyknox
.
There are few mandatory steps that you need to complete:
- Create Application in Virgil Dashboard
- Create API Key in Virgil Dashboard
- Create a new file named
.env
with the contents of.env.example
cp .env.example .env
- Open the
.env
file in a text editor and replace the values starting with[VIRGIL_...
with the corresponding values from Virgil Dashboard
You need to complete sequence from two steps:
- Launch
server.js
- Launch
client.js