We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90bcf1 commit 62f9677Copy full SHA for 62f9677
1 file changed
config/config.yml_example_discord
@@ -2,9 +2,11 @@
2
# Vouch Proxy configuration
3
# bare minimum to get Vouch Proxy running with Discord as an OpenID Provider
4
5
+
6
vouch:
7
domains:
8
- yourdomain.com
9
10
# whiteList is a list of usernames that will allow a login if allowAllUsers is false
11
whiteList:
12
# The default behavior matches the Discord user's username
@@ -22,6 +24,7 @@ vouch:
22
24
# vouch.cookie.domain must be set when enabling allowAllUsers
23
25
# domain: yourdomain.com
26
27
+# https://discord.com/developers/docs/topics/oauth2
28
oauth:
29
provider: discord
30
client_id: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
0 commit comments