Skip to content

the-obsidian/mc-discourse-sso

Folders and files

NameName
Last commit message
Last commit date
Jul 16, 2017
Nov 7, 2015
Nov 6, 2015
Oct 29, 2017
Nov 7, 2015
Dec 3, 2017
Jul 16, 2017
Jul 16, 2017
Jul 16, 2017
Jul 16, 2017
Jul 16, 2017
Dec 3, 2017
Jul 16, 2017
Jul 16, 2017
Jul 16, 2017
Dec 3, 2017
Aug 11, 2021

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.