Client mod for managing AuthMe basic authentication
A small mod for managing client side of basic authentication for you.
All passwords stored in json file located in .minecraft/config/AutoAuth/passwords.json
File stucture is following.
[
{
"ip": "127.0.0.1",
"user": "EnergoStalin",
"pass": "sus"
}
]