dependabot-preview[bot] 2aab684bdf
[Security] Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. **This update includes a security fix.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-16 07:22:20 +00:00
2020-02-18 07:23:04 +01:00
2020-01-06 11:46:14 +01:00
2019-08-15 10:18:48 +02:00
2020-01-06 11:46:14 +01:00
2020-05-14 07:49:20 +02:00
2020-02-18 07:23:04 +01:00
2019-08-15 10:18:48 +02:00

Authorization proxy app for minetest

To be used with https://github.com/minetest-auth-proxy/auth_proxy_mod

Overview

Lets third-party apps query username and password of ingame players

Docker

Run with docker:

docker run --rm -it -p 8080:8080 minetestauth/minetest-auth-proxy

Implementations

Mediawiki

Thanks to gpcf (linuxforks) for his partial Mediawiki implementation! See the folder: mediawiki

cURL

curl -X POST -H 'Content-Type: application/json' -i 'http://127.0.0.1:8080/api/login' --data '{"username":"test","password":"enter"}'

Returns

On success:

{"success": true, "message": null}

On failure:

{"success": false, "message": "Banned!"}

Or just:

{"success": false, "message": ""}

Building / Running

A Dockerfile is included for container usage.

Otherwise just npm install && npm start

Description
No description provided
Readme 3.4 MiB
Languages
PHP 53.3%
Go 44.4%
Dockerfile 2.3%