Commit Graph

2 Commits

Author SHA1 Message Date
da76c217d4 Fix a bug where secureID wouldn't be sent on only the first load
The problem was because index.html was in the public folder and was
being served on the first page load instead of the Pug view being
rendered. The solution was to move it into the views folder so that the
only way to get to it was through the template engine.
2017-01-10 17:43:31 +00:00
33d7fb4294 Generate IDs cryptographically securely on the server 2017-01-09 18:19:24 -07:00