zet4 / disguard

Discord OAuth proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DisGuard - Discord OAuth Proxy GoDoc Build Status Go Report Card License

Why?

Because we want content locked to discord guild memberships.

How?

You make a file named config.yaml with contents similar to what you can find in config.example.yaml in this repository. Once done, launch the application and go to the website, if you configured it to require session, you will be sent to oauth login right away, if not, you will have to manually visit /oauth/login to get redirected. Once logged in, each request the user makes will be proxied to your defined backend, with attached named header, in example thats XWhitelistedGuilds. From there on its your job to handle that.

Session is valid for one week.

About

Discord OAuth proxy

License:MIT License


Languages

Language:Go 99.1%Language:CSS 0.5%Language:HTML 0.3%