@identity.com/dsr
Version:
The Dynamic Scope Request (DSR) javascript library provides capability around securely requesting credential information between an ID Requester and an ID Holder
1 lines • 205 B
JavaScript
const{createLogger,format,transports}=require("winston"),logger=createLogger({level:"info",format:format.combine(format.splat(),format.simple()),transports:[new transports.Console]});module.exports=logger;