Skip to content
This repository was archived by the owner on Jul 18, 2022. It is now read-only.

Commit 29c1838

Browse files
committed
Update index.php
The importance of taking basic measures to secure API keys should go without saying to any moderately experienced web coder. But a polite reminder can't hurt.
1 parent c6ac385 commit 29c1838

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

demos/simple/index.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
define('IKEY',"");
2525
define('SKEY',"");
2626
define('HOST',"");
27+
/*
28+
* For security reasons, the above keys are best stored outside of
29+
* the webroot in a production implementation.
30+
*/
31+
2732

2833
echo "<h1>Duo Security Web SDK Demo</h1>";
2934
echo "Username: demo <br>Password: letmein <br><br><br><hr>";

0 commit comments

Comments
 (0)