stellar auth server:用于Stellar SEP 0010实现的服务器端库 源码
恒星认证服务器库 用于实现的服务器端库。 安装 使用以下方法安装软件包: npm install stellar-auth-server --save 用法 初始化 const StellarAuth = require ( 'stellar-auth-server' ) ; const serverKeyPair = StellarSdk . Keypair . fromSecret ( 'SDL...A2J' ) ; // optional param const options = { challengeExpiresIn : 300 , // 5 minutes invalidSequence : '0' , anchorName : 'Anchor server' } const stellarAuth = new StellarAuth ( serverKeyP
文件列表
stellar-auth-server-master.zip
(预估有个19文件)
stellar-auth-server-master
.travis.yml
116B
package.json
1KB
test
test-utils.js
933B
mocha.opts
48B
.eslintrc.js
182B
lib
utils.spec.js
839B
challenge.spec.js
2KB
暂无评论