Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve inline documentation of OAUTH_BASE_URL Issue #54 #55

Merged
merged 4 commits into from
May 17, 2019
Merged
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
9 changes: 8 additions & 1 deletion apitester/apitester/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,11 @@
# Settings here might use parts overwritten in local settings
API_ROOT = API_HOST + API_BASE_PATH + API_VERSION

#REDIRECT_URL='https://apisandbox.openbankproject.com'
'''
REDIRECT_URL should be the url of this appliation. It is used by API_HOST
as the return url. API_HOST is the hostname & scheme of the Open Bank API.
When API Tester (this application) tries to authenticate with Open Bank API
during oauth1 flow, it sends the REDIRECT_URL along with it which is
used as the redirect url back to this application.
'''
#REDIRECT_URL='https://api-tester.example.com'