Skip to content

Commit 62f9677

Browse files
committed
add URL to OAuth2 docs on discord
1 parent d90bcf1 commit 62f9677

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

config/config.yml_example_discord

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
# Vouch Proxy configuration
33
# bare minimum to get Vouch Proxy running with Discord as an OpenID Provider
44

5+
56
vouch:
67
domains:
78
- yourdomain.com
9+
810
# whiteList is a list of usernames that will allow a login if allowAllUsers is false
911
whiteList:
1012
# The default behavior matches the Discord user's username
@@ -22,6 +24,7 @@ vouch:
2224
# vouch.cookie.domain must be set when enabling allowAllUsers
2325
# domain: yourdomain.com
2426

27+
# https://discord.com/developers/docs/topics/oauth2
2528
oauth:
2629
provider: discord
2730
client_id: xxxxxxxxxxxxxxxxxxxxxxxxxxxx

0 commit comments

Comments
 (0)