
MultiAuth
MultiAuth is a Forge mod allowing Minecraft servers to accept connections from multiple Yggdrasil authentication services simultaneously.
✨ Features
- Multi-Yggdrasil Support: Connect to any number of auth services (Mojang, private, etc.).
- Discovery Protocol: Instant auth-provider identification via custom network packets.
- UUID Namespacing: Deterministic UUID generation to prevent inventory collisions between providers.
- Duplicate Handling: Optional
@indexaliasing for users with identical names. - Smart Caching: Remembers player auth sources to speed up login.
- Skin Validation: Full RSA signature verification for all providers.
🛠 Configuration (multiauth.json)
Located in your config/ folder.
{
"server": [
{
"name": "Mojang's Session Server",
"url": "https://sessionserver.mojang.com"
},
{
"name": "Azures04's Servers",
"url": "https://yggdrasil.azures.fr"
}
],
"cache": true,
"allowDuplicateNames": true
}
- server: Authorized auth services (order determines @index alias).
- cache: Save successful login sources.
- allowDuplicateNames: Allow identical usernames via aliasing.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.12.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as multiauth-0.0.2.jar — drop this file into the mods folder
- Download size: 314 KB
- Download link checked 11 Sept 2026 — working
These come from our own check of the pack file, not from the source page.