Documentation for Reddit OAuth callback URI
This commit is contained in:
parent
4b74072063
commit
bb061e18cd
@ -39,6 +39,8 @@ MAIL_USERNAME, MAIL_PASSWORD = None, None
|
|||||||
MAIL_DEFAULT_SENDER = 'eos@localhost'
|
MAIL_DEFAULT_SENDER = 'eos@localhost'
|
||||||
|
|
||||||
# Reddit
|
# 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_ID = 'xxxxxxxxxxxxxx'
|
||||||
REDDIT_OAUTH_CLIENT_SECRET = 'xxxxxxxxxxxxxxxxxxxxxxxxxxx'
|
REDDIT_OAUTH_CLIENT_SECRET = 'xxxxxxxxxxxxxxxxxxxxxxxxxxx'
|
||||||
|
Loading…
Reference in New Issue
Block a user