Skip to content

zet4/disguard

Repository files navigation

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.