Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/night/discourse-auth-twitch
Twitch API OAuth for Discourse
https://github.com/night/discourse-auth-twitch
Last synced: 5 days ago
JSON representation
Twitch API OAuth for Discourse
- Host: GitHub
- URL: https://github.com/night/discourse-auth-twitch
- Owner: night
- Created: 2014-11-06T05:30:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T21:08:55.000Z (over 2 years ago)
- Last Synced: 2024-04-15T02:07:03.178Z (7 months ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 14
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
discourse-auth-twitch
=====================Twitch Auth for Discourse
Installation Instructions (for Docker installations):
* Open your container app.yml
* Register a new Twitch API application at https://dev.twitch.tv/console/apps if you haven't already.
* For the Redirect API: http(s)://example.com/auth/twitch/callback
* Under section ```env:``` your Twitch API credentials must be added:
```
TWITCH_CLIENT_ID: CLIENT_ID
TWITCH_CLIENT_SECRET: CLIENT_SECRET
```
* Under section ```hooks:``` append the following
```
- git clone https://github.com/night/discourse-auth-twitch.git
```
* Rebuild the docker container
```
./launcher rebuild my_image
```