Generate IDs cryptographically securely on the server

This commit is contained in:
2017-01-09 18:19:24 -07:00
parent 4638db1f7f
commit 33d7fb4294
4 changed files with 19 additions and 6 deletions

4
views/index.pug Normal file
View File

@@ -0,0 +1,4 @@
doctype html
script.
var secureID = '!{secureID}';
include ../public/index.html