nearata/flarum-ext-auth-minecraft

This package is abandoned and no longer maintained. No replacement package was suggested.

Allow users to login with Minecraft.

v3.0.1 2022-09-13 14:18 UTC

This package is auto-updated.

Last update: 2023-05-25 10:52:38 UTC


README

A Flarum extension. Allow users to login with Minecraft.

Requirements

You need a Minecraft server with OAuth plugin installed.

Install

composer require nearata/flarum-ext-auth-minecraft

Remove

Disable the extension, click uninstall and run these commands:

composer remove nearata/flarum-ext-auth-minecraft
php flarum cache:clear

How to use

You need to fill all the fields in Minecraft Auth admin settings page.

Minecraft Server IP

The Minecraft server IP that is using the OAuth plugin.

API URL

If for example you are running Flarum and the Minecraft Server on the same machine, you are free to use http://localhost:4567/verify. If the Minecraft Server is on a different machine, you need to update localhost with the public IP of that machine.

API Secret

The API secret can be found in the Plugins/OAuth/config.json file.

Links