Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 481 Bytes

File metadata and controls

10 lines (8 loc) · 481 Bytes

SubAuth Backend Server Plugin

Building

Requires Java 21, simply run ./gradlew build
Resulting plugin jar is in build/libs/subauth-backend-plugin-version-all.jar

Configuration

The config file is very simple, only needs the address of the backend service, and the key used to authenticate communication between it and this plugin. Make sure the key is the same as the one in the env.json for the backend service.