This server authenticates users via Minecraft and can run on a single Heroku dyno.
Tokens are pronouncable and thus memorable.
Only paid accounts are accepted by MC Auth Server.
See here for an example server-side implementation.
Inside Minecraft:
On your website:
WEBSITE_URI
: The full URI where uuid + token are POSTed toWEBSITE_AUTH_KEY
: The X-AUTH-SERVER-KEY
HTTP Headerpip install -r requirements.txt
./launch.py
heroku create
heroku config:add BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git
heroku addons:add ruppells-sockets
git push heroku master
heroku config:get RUPPELLS_SOCKETS_FRONTEND_URI