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

AuthMe compatibility #49

Closed
ArcasCZ opened this issue Feb 14, 2017 · 5 comments
Closed

AuthMe compatibility #49

ArcasCZ opened this issue Feb 14, 2017 · 5 comments
Labels
enhancement New feature or request

Comments

@ArcasCZ
Copy link

ArcasCZ commented Feb 14, 2017

Hello,

Can I ask you about AuthMe DB compatibility? I want to run new server on SpongeForge for 1.10.2, but I have to use AuthMe 'cause of web login connected with game. And on other servers I can't run Sponge.

@EverNife
Copy link

EverNife commented Sep 4, 2017

Thats something i would really like!

@games647 games647 added the enhancement New feature or request label Sep 21, 2017
@games647
Copy link
Owner

I looked into it and AuthMe has many fields. We can ignore a lot of them like the last position, but it lacks of one essential field (UUID). FlexibleLogin performs all queries over the UUID instead of the player name.

@ArcasCZ
Copy link
Author

ArcasCZ commented Mar 11, 2018

I think there is no problem to add UUID field when user sets AuthMe compatibility to true?

@games647
Copy link
Owner

Yes, but AuthMe doesn't use this field. This means FlexibleLogin cannot find accounts registered by AuthMe, because the field will be empty.

@ArcasCZ
Copy link
Author

ArcasCZ commented Mar 11, 2018

I think there is no problem to do some compatibility fixes, like one condition in config which will enable - find by UUID, if not exists find by name, if not exists - register.

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

No branches or pull requests

3 participants