We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb6fbf commit 7cc0eeeCopy full SHA for 7cc0eee
README.md
@@ -3,12 +3,12 @@
3
An implementation of the server-side component of OAuth for use with OBS Studio.
4
Written in Rust for some reason.
5
6
-(Currently not in production)
7
-
8
Requires the following secrets to be set via wrangler (`wranger secret put <name>`):
9
* `TWITCH_ID`
10
* `TWITCH_SECRET`
11
* `RESTREAM_ID`
12
* `RESTREAM_SECRET`
13
14
-**Note:** For third-party use the redirect URLs in `wrangler.toml` must be adjusted accordingly and OBS has to be recompiled with the URLs changed.
+**Note:** For third-party use the redirect URLs in `wrangler.toml` must be adjusted accordingly and OBS has to be
+compiled with the appropriate `OAUTH_BASE_URL`.
+See the relevant [OBS Studio Wiki article](https://github.com/obsproject/obs-studio/wiki/Using-Custom-OAuth-Credentials) for more info.
0 commit comments