OAuth2 authentication for Fabric Minecraft servers
.forgejo/workflows | ||
gradle/wrapper | ||
src | ||
.gitattributes | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
🔒 OAuth Fabric
OAuth2 authentication for Minecraft Fabric servers
Installing
Download the latest release from the releases tab or go to the latest release directly, then put it in your Fabric server's mods
directory.
Building from source
Ensure that JDK 21 is installed and in your system path, then:
- on Linux / macOS run:
chmod +x ./gradlew
./gradlew build
- and on Windows run:
gradlew.bat build
Contributing
Fork this repository and create a branch for your changes, then create a pull request for the main
branch with a "why", "what", and "how" to explain your changes.