We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320d143 commit b56a384Copy full SHA for b56a384
sample/authorization-code-flow-sample/authorization_code_flow_sample.py
@@ -13,8 +13,10 @@
13
}
14
15
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/
+
+ python sample.py parameters.json your_flask_session_secret_here
18
19
+And the on the browser open http://localhost:5000/
20
21
"""
22
0 commit comments