Skip to content

the-obsidian/mc-discourse-sso

Repository files navigation

mc-discourse-sso Dependency Status Build Status NPM version

Allows users to login to Discourse with their Minecraft account.

Configuration

  • DISCOURSE_URL - URL of your Discourse forum (the full URL without the trailing slash, like http://forum.example.com)
  • DISCOURSE_SSO_SECRET - your SSO secret
  • COOKIE_SECRET - your session cookie secret (anything random, like perhaps a 128 character random hex string)
  • PORT - the port to run the server

Running

$ npm start

License

Copyright (c) 2015-2017 Jacob Gillespie. MIT license. See LICENSE.