Home

Awesome

OpenAuthMod is no longer being developed

The mod is an unmaintainable mess due to having to support 1.8 - 1.19 and 2 different mod loaders (3 if NeoForge would be added). Updating the mod itself wouldn't be too difficult, but fixing the gradle buildfiles and attempting add more versions (1.20) would just make the whole setup even more unstable (and time consuming to fix again). If you want to continue the project or talk with me, feel free to join my discord.

OpenAuthMod

Open source minecraft authentication protocol for proxies

Modrinth

What does this mod do?

This mod provides an easy and secure interface for proxies to authenticate to an online mode server. This works by forwarding the authentication request to the client and letting it do the authentication.

When using this mod, your session or private keys WILL NOT be sent to the server at any point. Everything is done clientside and with your confirmation.

Compatibility

Projects where this mod can be used

Building

To run this mod in a development environment you simply need to import the project as a gradle project into your IDE.
To build it using the command line execute gradlew build

Protocol definition

TODO: Has to be redone (Relevant code is inside the Shared module)