Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[suggestion] Support for additional authorization Mojang APIs #13

Closed
xpiREC opened this issue Jun 25, 2022 · 7 comments
Closed

[suggestion] Support for additional authorization Mojang APIs #13

xpiREC opened this issue Jun 25, 2022 · 7 comments

Comments

@xpiREC
Copy link

xpiREC commented Jun 25, 2022

There is currently one Mojang API authorization system supported, and it has request execution restrictions.
I propose to add randomness to select other intermediary rest api interfaces, of course it would be nice to give a choice

Which I know of:

@kyngs
Copy link
Owner

kyngs commented Jun 26, 2022

The issue is, that I need one that is always in sync with Mojang. Can you confirm that any of these accomplishes it?

@LouissXI
Copy link

Yes they are well synchronized with the Mojang API

@kyngs
Copy link
Owner

kyngs commented Jun 26, 2022

For example, minetools does cache the request.

@LouissXI
Copy link

What you could do is add the possibility to add other URLs in the config but specify that they must be synchronized with the Mojang API, so that the servers that need them can use their own API etc

@kyngs
Copy link
Owner

kyngs commented Jun 26, 2022

It's not just about changing the URL, these APIs use different schemas. The cloudprotected one does look promising tho.

@LouissXI
Copy link

That's nice, please keep us updated to what are your plans for this

@kyngs
Copy link
Owner

kyngs commented Jul 7, 2022

Implemented CloudProtected in the latest version

@kyngs kyngs closed this as completed Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants