File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
examples/yoti_example_flask Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ Both example applications utilise the env variables described in [Configuration]
221
221
222
222
1 . Change directories to the Flask project: ` cd examples/yoti_example_flask `
223
223
1 . Run ` python app.py `
224
- 1 . Navigate to http: //localhost:5000
224
+ 1 . Navigate to https:// //localhost:5000
225
225
226
226
#### Django
227
227
Original file line number Diff line number Diff line change @@ -46,4 +46,4 @@ def auth():
46
46
47
47
48
48
if __name__ == '__main__' :
49
- app .run (host = "0.0.0.0" )
49
+ app .run (host = "0.0.0.0" , ssl_context = 'adhoc' )
Original file line number Diff line number Diff line change 1
1
flask>=0.10
2
2
yoti
3
3
python-dotenv>=0.7.1
4
+ pyopenssl
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ certifi==2018.4.16 # via requests
9
9
cffi == 1.11.5 # via cryptography
10
10
chardet == 3.0.4 # via requests
11
11
click == 6.7 # via flask
12
- cryptography == 2.2.2 # via yoti
12
+ cryptography == 2.2.2 # via pyopenssl, yoti
13
13
flask == 1.0.2
14
14
future == 0.16.0 # via yoti
15
15
idna == 2.7 # via cryptography, requests
@@ -18,9 +18,10 @@ jinja2==2.10 # via flask
18
18
markupsafe == 1.0 # via jinja2
19
19
protobuf == 3.6.0 # via yoti
20
20
pycparser == 2.18 # via cffi
21
+ pyopenssl == 18.0.0
21
22
python-dotenv == 0.8.2
22
23
requests == 2.19.1 # via yoti
23
- six == 1.11.0 # via cryptography, protobuf
24
+ six == 1.11.0 # via cryptography, protobuf, pyopenssl
24
25
urllib3 == 1.23 # via requests
25
26
werkzeug == 0.14.1 # via flask
26
27
yoti == 2.2.0
You can’t perform that action at this time.
0 commit comments