singingwolfboy / flask-dance

Doing the OAuth dance with style using Flask, requests, and oauthlib.
https://pypi.python.org/pypi/Flask-Dance/
MIT License
1k stars 157 forks source link

Docs still use old parameter "authorize_url" #392

Closed Zenahr closed 2 years ago

Zenahr commented 2 years ago

The code example found at https://flask-dance.readthedocs.io/en/v0.8.2/providers.html#custom is outdated.

authorize_url should be authorization_url as per https://github.com/singingwolfboy/flask-dance/issues/54#issuecomment-219969722

Zenahr commented 2 years ago

Just realized Google led me to outdated docs.