UNPKG

@arcblock/did-auth

Version:

Helper function to setup DID authentication support on a node.js web server

8 lines (6 loc) 180 B
const WalletAuthenticator = require('./authenticator/wallet'); const WalletHandlers = require('./handlers/wallet'); module.exports = { WalletAuthenticator, WalletHandlers, };