Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published last year
Updated last year
AutoAuth
A small mod for managing client side of basic authentication for you.
Features
- Manage basic authentication process on client for servers using /register /login scheme.
Benefits
- You don't ever need to manage passwords for such servers manually.
Passwords store
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"
}
]