var matrixAuth = require('node-matrix-auth');
var auth = matrixAuth({
auth: 'user:pass',
admin: 'http://mysource.matrix/_admin',
wsdl: 'http://mysource.matrix/_web_services/soap?wsdl'
});
auth.on('error', function(err) {
console.error(err);
});
auth.on('success', function(data) {
console.log(data);
});
node matrix auth使用Node.js与Squiz Matrix进行身份验证
用户评论
推荐下载
-
Node.js路由
Node.js 路由 我们要为路由提供请求的 URL 和其他需要的 GET 及 POST 参数,随后路由需要根据这些数据来执行相应的代码。 因此,我们需要查看 HTTP 请求,从中提取出请求的 URL
5 2021-01-04 -
Node.js函数
Node.js 函数 在JavaScript中,一个函数可以作为另一个函数的参数。我们可以先定义一个函数,然后传递,也可以在传递参数的地方直接定义函数。 Node.js中函数的使用与Javascrip
8 2021-01-03 -
Beginning Node.js
Beginning Node.js is your step-by-step guide to learning all the aspects of creating maintainable No
10 2020-12-20 -
Node.js Streamagithubeventfeedintoahypercore
Stream a github event feed into a hypercore
8 2020-12-23 -
node.js pdf
node.js pdf
10 2020-10-19 -
Node.js Androiddynamicinstrumentationframework
Android dynamic instrumentation framework
12 2020-09-01 -
Node.js TechCrunchReaderforHackers
TechCrunch Reader for Hackers -
12 2020-09-15 -
node.js webservice
nodejs与webservice进行交互
9 2020-09-05 -
Smashing Node.js
Smashing Node.js (英文ePub) Node.JS became an instant success, spawning a vibrant open source communit
33 2020-09-24 -
node.js入门
node.js相关文档,里面有全套学习的文档,还有练习和讲解......希望对大家有所帮助。
19 2020-08-19
暂无评论