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

Commit df985a7

Browse files
committed
Merge pull request #2 from MarkSchmidty/patch-1
Add comment regarding SKEY security practices
2 parents c6ac385 + 29c1838 commit df985a7

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)