https://github.com/obsproject/obs-oauth-cf
OBS Studio service integration OAuth on Cloudflare Workers
https://github.com/obsproject/obs-oauth-cf
Last synced: about 1 year ago
JSON representation
OBS Studio service integration OAuth on Cloudflare Workers
- Host: GitHub
- URL: https://github.com/obsproject/obs-oauth-cf
- Owner: obsproject
- License: apache-2.0
- Created: 2021-06-03T00:32:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-15T16:46:26.000Z (about 3 years ago)
- Last Synced: 2025-05-01T09:16:38.073Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 14
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OBS OAuth Cloudflare Worker
An implementation of the server-side component of OAuth for use with OBS Studio.
Written in Rust for some reason.
Requires the following secrets to be set via wrangler (`wranger secret put `):
* `TWITCH_ID`
* `TWITCH_SECRET`
* `RESTREAM_ID`
* `RESTREAM_SECRET`
**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.