An open API service indexing awesome lists of open source software.

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

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.