Skip to content

Latest commit

 

History

History
executable file
·
31 lines (20 loc) · 979 Bytes

File metadata and controls

executable file
·
31 lines (20 loc) · 979 Bytes

MineAuth

OAuth2 / OpenID Connect authentication plugin for Minecraft servers.

📌 Overview

MineAuth is a Minecraft plugin that provides OAuth2 / OpenID Connect (OIDC) authentication. It also enables other plugins to safely expose their data through an HTTP API.

✨ Features

  • OAuth2 / OIDC - Standards-based authentication
  • Plugin API - Let other plugins register HTTP endpoints
  • Scalar UI - Interactive API docs at /scalar
  • OpenTelemetry - Observability and tracing support

🚀 Quick Start

  1. Put MineAuth-<version>.jar into your server's plugins/
  2. Start the server (MineAuth generates config files)
  3. Configure OAuth2 / OIDC settings
  4. Open http://localhost:8080/scalar (if you kept the default port)

📚 Documentation

Docs: https://mineauth.plugin.morino.party

📄 License