@oesp/keystore-node
v8.0.0
Published
KeyStore Node (fichier JSON)
Readme
@oesp/keystore-node
Implémentation de KeyStore pour OESP stockant l'identité dans un fichier JSON local. Conçu pour les environnements Node.js.
Installation
npm install @oesp/keystore-nodeUtilisation
import { NodeFileKeyStore } from '@oesp/keystore-node';
const keystore = new NodeFileKeyStore('./identity.json');
// L'identité sera créée automatiquement si le fichier n'existe pas