AutoAuth
Client mod for managing AuthMe basic authentication
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
AutoAuth
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. ```json [ { "ip": "127.0.0.1", "user": "EnergoStalin", "pass": "sus" } ] ```