Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nearata committed Sep 13, 2022
1 parent 4b8c2b7 commit faa8848
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [3.0.0] - 2022-09-13

- The user is no longer allowed to change the email.
- From this version and up, this extension requires the Minecraft Plugin [OAuth](https://github.com/Neapovil/oauth) to allow user to authenticate.
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

> A [Flarum](http://flarum.org) extension. Allow users to login with Minecraft.
## Requirements

You need a Minecraft server with [OAuth](https://github.com/Neapovil/oauth) plugin installed.

## Install

```sh
Expand All @@ -17,6 +21,22 @@ 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

- [Packagist](https://packagist.org/packages/nearata/flarum-ext-auth-minecraft)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"category": "feature",
"icon": {
"name": "fas fa-server",
"backgroundColor": "#04E762",
"backgroundColor": "#00AA00",
"color": "#fff"
}
}
Expand Down

0 comments on commit faa8848

Please sign in to comment.