Jonathan de Faye 34c4ef7158 Populate the username and real name properly.
* Real name only retrieved when steam profile is public
2015-06-13 21:36:04 +01:00
2014-07-20 20:01:34 +01:00
2014-07-20 20:01:34 +01:00

Discourse Steam Login

  1. Add your STEAM WEB API KEY obtainable from steamcommunity.com/dev/apikey. E.g. domain name: forum.example.org

  2. SSH into your server.

  3. cd /var/docker

  4. Open containers/app.yml and make the following changes:

  5. Add the API key to your Discourse Docker configuration file located at /var/docker/containers/app.yml. It needs to go under env: in the format STEAM_WEB_API_KEY: 'KEY'

  6. Add the git clone of this plugin to the plugin list under hooks: below the Discourse Docker Manager plugin like so: - git clone https://github.com/defaye/discourse-steam-login.git

  7. Exit and save changes

  8. Run ./launcher rebuild app to apply the changes.

Description
Allows user authentication with discourse via the Steam user API
Readme MIT 1.6 MiB
Languages
Ruby 98.7%
JavaScript 1.3%