0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. PocketMine-MP
  2. /
  3. src
  4. /
  5. network
  6. /
  7. mcpe
  8. /
  9. auth
DDylan T.AuthKeyProvider: fix key refresh
3e976754创建于 2025年12月19日历史提交
文件最后提交记录最后更新时间
AuthJwtHelper.php
Implement new OpenID authentication system (#6798) Co-authored-by: Dries C <15795262+dries-c@users.noreply.github.com>7 个月前
AuthKeyProvider.php
AuthKeyProvider: fix key refresh closes #6945 5 个月前
AuthKeyring.php
Implement new OpenID authentication system (#6798) Co-authored-by: Dries C <15795262+dries-c@users.noreply.github.com>7 个月前
FetchAuthKeysTask.php
FetchAuthKeysTask: return more useful errors 6 个月前
ProcessLegacyLoginTask.php
Implement new OpenID authentication system (#6798) Co-authored-by: Dries C <15795262+dries-c@users.noreply.github.com>7 个月前
ProcessOpenIdLoginTask.php
Implement new OpenID authentication system (#6798) Co-authored-by: Dries C <15795262+dries-c@users.noreply.github.com>7 个月前
VerifyLoginException.php
Introduce support for Translatable disconnection messages this allows localizing disconnection screens (at least, once #4512 has been addressed) and the disconnect reasons shown on the console. We already had disconnect messages implicitly localized in a few places, so this is just formalizing it. This does break BC with any code that previously passed translation keys as the disconnect screen message, because they'll no longer be translated (only Translatables will be translatated now). 3 年前