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

For users with paid Minecraft accounts, here is some advice on using offline accounts in certain situations #1043

Open
DreamMiu opened this issue Jun 9, 2023 · 1 comment
Labels
enhancement New feature or change request

Comments

@DreamMiu
Copy link

DreamMiu commented Jun 9, 2023

Is your feature request related to a problem? Please describe.

In China, it may not be possible to connect to Mojang, which can result in players who have already authenticated their accounts being unable to join the server using offline accounts. Is it possible to create a compatibility between Authme and this scenario? When a player has already authenticated their account and tries to join the server using an offline account, it can be handed over to Authme for handling, and Authme will prompt them to enter their password for server login.

Describe the solution you'd like

if(Paid Minecraft account && FastLogin records /premium){
return FastLogin.AutoLogin;
}else{
Authme.password();
}

Describe alternatives you've considered

For paid Minecraft accounts that are logged in through FastLogin, there doesn't seem to be a better alternative approach.

Additional context

faslogin

@DreamMiu DreamMiu added the enhancement New feature or change request label Jun 9, 2023
@Tylwen
Copy link

Tylwen commented Jun 13, 2023

Same in France

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or change request
Projects
None yet
Development

No branches or pull requests

2 participants