bs-community / blessing-skin-plugins

Official plugins for Blessing Skin.
MIT License
77 stars 36 forks source link

插件“验证正版账户”无法验证! #171

Open happytbs opened 1 year ago

happytbs commented 1 year ago

image 疑似微软登录服务器挂了,建议更换链接。

happytbs commented 1 year ago

日志: [2022-11-06 14:41:05] production.INFO: User [jianxpan@outlook.com] is try to start verification
[2022-12-08 13:57:24] production.INFO: User [valosrxl@163.com] is try to start verification
[2022-12-08 15:02:03] production.INFO: User [valosrxl@163.com] is try to start verification
[2022-12-08 15:10:22] production.INFO: User [valosrxl@163.com] is try to start verification
[2022-12-08 15:29:16] production.INFO: User [valosrxl@163.com] is try to start verification
[2022-12-08 15:29:30] production.INFO: User [valosrxl@163.com] authenticate with XSTS failed. {"response":{"Identity":"0","XErr":2148916238,"Message":"","Redirect":"https://start.ui.xboxlive.com/AddChildToFamily"}} [2022-12-08 17:03:53] production.INFO: User [h19120692093@outlook.com] is try to start verification
[2022-12-08 17:04:12] production.INFO: User [h19120692093@outlook.com] get the profile failed. {"response":{"path":"/minecraft/profile","error":"NOT_FOUND","errorMessage":"Not Found"}} [2022-12-08 17:07:25] production.INFO: User [valosrxl@163.com] is try to start verification
[2022-12-08 17:07:28] production.INFO: User [valosrxl@163.com] authenticate with XSTS failed. {"response":{"Identity":"0","XErr":2148916238,"Message":"","Redirect":"https://start.ui.xboxlive.com/AddChildToFamily"}}

happytbs commented 1 year ago

littelskin也一样

ovomc commented 1 year ago

正版验证 (微软) 为拥有正版账号的用户提供验证、绑定。 使用方法 本插件部分配置通过修改 .env 来进行。 localhost为你的网站地址 在 https://aka.ms/aad 创建应用 其中重定义URL:https://localhost/mojang/callback 增加三条配置项,MICROSOFT_KEY、 MICROSOFT_SECRET、 MICROSOFT_REDIRECT_URI 将 客户端 ID、客户端 Secret、回调 URL 分别填入 MICROSOFT_KEYMICROSOFT_SECRETMICROSOFT_REDIRECT_URI 示例

MICROSOFT_KEY=9fce0559-44b4-4c95-a144-d3ccf50ea62b
MICROSOFT_SECRET=secret@123
MICROSOFT_REDIRECT_URI=https://**localhost**/mojang/callback
happytbs commented 1 year ago

这不是跟microsoft live 登录一毛一样吗