OAuth2 authentication for Fabric Minecraft servers
Find a file
lily fa187bb766
All checks were successful
build / build (push) Successful in 1m36s
feat: configuration comments and getters
2025-04-24 13:07:50 -04:00
.forgejo/workflows fix(ci): removed default branch name from artifact name 2025-04-23 20:18:19 -04:00
gradle/wrapper Initial commit 2025-04-23 19:49:37 -04:00
src feat: configuration comments and getters 2025-04-24 13:07:50 -04:00
.gitattributes Initial commit 2025-04-23 19:49:37 -04:00
.gitignore Initial commit 2025-04-23 19:49:37 -04:00
build.gradle feat: add basic configuration management 2025-04-23 22:47:02 -04:00
gradle.properties Initial commit 2025-04-23 19:49:37 -04:00
gradlew Initial commit 2025-04-23 19:49:37 -04:00
gradlew.bat Initial commit 2025-04-23 19:49:37 -04:00
LICENSE Initial commit 2025-04-23 19:49:37 -04:00
README.md Initial commit 2025-04-23 19:49:37 -04:00
settings.gradle Initial commit 2025-04-23 19:49:37 -04:00

🔒 OAuth Fabric

OAuth2 authentication for Minecraft Fabric servers

Java

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.