Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ the imports::

from flask_oauthlib.client import OAuth

.. attention:: If you are testing the provider and the client locally, do not
start they listening on the same address because they will
override the `session` of each other leading to strange bugs.
eg: start the provider listening on `127.0.0.1:4000` and client
listening on `localhost:4000` to avoid this problem.

.. _`Flask-OAuth`: http://pythonhosted.org/Flask-OAuth/


Expand Down