Skip to content

Commit 2bae114

Browse files
authored
Merge pull request #55 from chrisjsimpson/issue-54
Improve inline documentation of OAUTH_BASE_URL Issue #54
2 parents 6f79eca + fc7ff84 commit 2bae114

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

apitester/apitester/settings.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,11 @@
213213
# Settings here might use parts overwritten in local settings
214214
API_ROOT = API_HOST + API_BASE_PATH + API_VERSION
215215

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

0 commit comments

Comments
 (0)