Allows users to login to Discourse with their Minecraft account.
DISCOURSE_URL- URL of your Discourse forum (the full URL without the trailing slash, likehttp://forum.example.com)DISCOURSE_SSO_SECRET- your SSO secretCOOKIE_SECRET- your session cookie secret (anything random, like perhaps a 128 character random hex string)PORT- the port to run the server
$ npm startCopyright (c) 2015-2017 Jacob Gillespie. MIT license. See LICENSE.