Skip to content

Commit b56a384

Browse files
authored
Also updating inline comments for the secret param
1 parent 320d143 commit b56a384

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sample/authorization-code-flow-sample/authorization_code_flow_sample.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@
1313
}
1414
1515
You can then run this sample with a JSON configuration file:
16-
python sample.py parameters.json
17-
On the browser open http://localhost:5000/
16+
17+
python sample.py parameters.json your_flask_session_secret_here
18+
19+
And the on the browser open http://localhost:5000/
1820
1921
"""
2022

0 commit comments

Comments
 (0)