Skip to content

Commit 7cc0eee

Browse files
committed
Add wiki article to README
1 parent 6fb6fbf commit 7cc0eee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
An implementation of the server-side component of OAuth for use with OBS Studio.
44
Written in Rust for some reason.
55

6-
(Currently not in production)
7-
86
Requires the following secrets to be set via wrangler (`wranger secret put <name>`):
97
* `TWITCH_ID`
108
* `TWITCH_SECRET`
119
* `RESTREAM_ID`
1210
* `RESTREAM_SECRET`
1311

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.
12+
**Note:** For third-party use the redirect URLs in `wrangler.toml` must be adjusted accordingly and OBS has to be
13+
compiled with the appropriate `OAUTH_BASE_URL`.
14+
See the relevant [OBS Studio Wiki article](https://github.com/obsproject/obs-studio/wiki/Using-Custom-OAuth-Credentials) for more info.

0 commit comments

Comments
 (0)