kyngs / LibreLogin

Open-source, multiplatform, and highly customizable authentication plugin with outstanding features and API.
Mozilla Public License 2.0
171 stars 56 forks source link

[enhancement]Administrators can use third-party Mojang APIs #146

Closed addpromax closed 1 year ago

addpromax commented 1 year ago

For well-known reasons, the Mojang API in China has been blacklisted, so that players cannot enter the server by verifying the Mojang API.

kyngs commented 1 year ago

While I can change the API URL (api.mojang.com), I cannot change the session server (serssionserver.mojang.com) used for authenticating the players. I suppose you need to change both.

addpromax commented 1 year ago

serssionserver.mojang.com Can not be change?

kyngs commented 1 year ago

serssionserver.mojang.com Can not be change?

While I could change the URL on Paper, it is hardcoded in Velocity and BungeeCord.

addpromax commented 1 year ago

Thank you. I will use host to use third-party API!