Save Credentials
g2bb opened this issue ยท 2 comments
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.
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.
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