node-yggdrasil:Node.js库与Mojang的身份验证系统(称为Yggdrasil)进行交互

时间:2024-06-01 10:45:12
【文件属性】:

文件名称:node-yggdrasil:Node.js库与Mojang的身份验证系统(称为Yggdrasil)进行交互

文件大小:12KB

文件格式:ZIP

更新时间:2024-06-01 10:45:12

JavaScript

伊格德拉西尔 一个Node.js客户端,用于向yggdrasil(用于Minecraft和Scrolls的Mojang身份验证系统)发出请求。 用法 $ npm install yggdrasil 客户 //init const ygg = require ( 'yggdrasil' ) ( { //Optional settings object host : 'https://authserver.mojang.com' //Optional custom host. No trailing slash. } ) ; //Authenticate a user ygg . auth ( { token : '' , //Optional. Client token. agent : '' , //Agent name. Defaults to 'Minecraft'


【文件预览】:
node-yggdrasil-master
----.github()
--------dependabot.yml(258B)
--------workflows()
----src()
--------utils.js(3KB)
--------Server.js(2KB)
--------index.js(96B)
--------Client.js(2KB)
----.gitpod.yml(29B)
----.npmignore(59B)
----LICENSE(1KB)
----test()
--------index.js(13KB)
----HISTORY.md(392B)
----README.md(3KB)
----.npmrc(19B)
----.gitignore(60B)
----.eslintignore(6B)
----package.json(908B)

网友评论