pallets-eco / flask-social

OAuth Provider Integration for Flask-Security
MIT License
245 stars 103 forks source link

Example config for Configuration values #62

Open melpomene opened 10 years ago

melpomene commented 10 years ago

There are great examples of the config for the different tokens (Twitter and Facebook) in the README.md. It would also be nice to have an example of how to input the configuration values.

Right now I am not sure how to properly input the configuration since this format crashes

 app.config['SOCIAL_CONNECT_DENY_REDIRECT'] = "/done"

Related to my Stackoverflow question.

Thanks for a great Flask extension.

dipankar commented 9 years ago

Hey, looks like its SOCIAL_CONNECT_DENY_VIEW and not SOCIAL_CONNECT_DENY_REDIRECT. Hope that helps!