dependabot-preview[bot]
6eadbabffb
Bump express from 4.16.4 to 4.17.1
Bumps [express](https://github.com/expressjs/express) from 4.16.4 to 4.17.1. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.16.4...4.17.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Authorization proxy app for minetest
To be used with https://github.com/thomasrudin-mt/auth_proxy_mod
Overview
Lets third-party apps query username and password of ingame players
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
Languages
PHP
53.3%
Go
44.4%
Dockerfile
2.3%