Documentation for Reddit OAuth callback URI

This commit is contained in:
RunasSudo 2018-12-29 19:23:21 +11:00
parent 4b74072063
commit bb061e18cd
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ MAIL_USERNAME, MAIL_PASSWORD = None, None
MAIL_DEFAULT_SENDER = 'eos@localhost'
# Reddit
# Register a web app at https://www.reddit.com/prefs/apps
# The redirect URI will be https://localhost:5000/auth/reddit/oauth_callback (replace with real host:port)
REDDIT_OAUTH_CLIENT_ID = 'xxxxxxxxxxxxxx'
REDDIT_OAUTH_CLIENT_SECRET = 'xxxxxxxxxxxxxxxxxxxxxxxxxxx'