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

Save Credentials #4

Open
g2bb opened this issue Jul 20, 2020 · 2 comments
Open

Save Credentials #4

g2bb opened this issue Jul 20, 2020 · 2 comments
Labels
enhancement New feature or request investigation Further investigation is needed

Comments

@g2bb
Copy link

g2bb commented Jul 20, 2020

Given that MC accounts now require an email the autofill username is a little frustrating, additionally, I have a long secure password for my account that is a pain to type every time I have to reauth. Would there be a way to add support to locally cache the login info for one or more accounts so I don't have to type everything in again?

Also, the tab sequence is messed up. When hitting TAB from the username box it should take me to the password field, then pressing enter should submit, but instead it just jumps down to log in so I always have to remove my hand from my keyboard to click on the text field and then again to click login.

@axieum
Copy link
Owner

axieum commented Jul 21, 2020

Hi, thank you for the feedback.

Unfortunately, I am not able to auto-fill the email as this does not exist anywhere in the game instance.

As for tabbing between the input fields, this is actually an issue with Minecraft itself. Try going to the Add Server screen, clicking the second input, and then clicking the first input, and tabbing in there, it's very finicky. I cannot re-produce your error, where tabbing from the Username input goes to the Log in, I have tried tabbing from several locations.

This mod was meant to be a lightweight solution to the invalidated session - which should not occur very often. The moment I start saving passwords or profiles, is when I will need to have the mod peer reviewed to ensure there are no vulnerabilities. I will investigate how I can go about encrypting the password that will only allow Auth Me to decrypt. As, in plaintext, any other mod would be able to read your password - and there are some malicious mods out there.

@axieum axieum changed the title [FEATURE REQUEST] Remember info Save Credentials Jul 21, 2020
@axieum axieum added enhancement New feature or request investigation Further investigation is needed labels Jul 21, 2020
@axieum axieum pinned this issue Jul 21, 2020
@Mhowser
Copy link

Mhowser commented Oct 15, 2020

You should take a look at how Wurst stores alt account credentials (GPL v3) https://github.com/Wurst-Imperium/Wurst7/tree/master/src/main/java/net/wurstclient/altmanager

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

No branches or pull requests

3 participants