Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 916 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 916 Bytes

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.