flask-oauth
flask-oauth copied to clipboard
Fix incorrect url_for route
There is a small typo in the document where the route for oauth_authorized handler is oauth-authorized, which instead should be oauth_authorized since that's the url being called in the code.