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

feature request: Ely.by auth #44

Open
Git-North opened this issue Nov 20, 2024 · 2 comments
Open

feature request: Ely.by auth #44

Git-North opened this issue Nov 20, 2024 · 2 comments

Comments

@Git-North
Copy link

Ely.by auth is the most popular free 3rd party auth/skin service and having an option to login via Ely.by would make this one of the best "crack" launchers

https://ely.by

@Git-North
Copy link
Author

@SmilerRyan
Copy link

A quick example in my batch file to launch:

--username %mc_username% --version "Fabric 1.20.4" --gameDir "." --assetsDir ".\assets" --assetIndex 12 --uuid %mc_uuid% --accessToken %mc_accessToken% 

For authentication, i post this to get a response like this:

POST https://authserver.ely.by/auth/authenticate
Content-Type: application/json
{"username":"%elyby_username%","password":"%elyby_password%","clientToken":"1","requestUser":false}
{"accessToken":"ELYBY_TOKEN","clientToken":"1","selectedProfile":{"id":"ELYBY_UUID","name":"ELYBY_NAME"},"availableProfiles":[{"id":"XXXXXXXXXX","name":"XXXXXXXX"}]}

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

2 participants