Can you look over this and see if you approve? We should be protected against sql injection attacks of the token. This branch is currently deployed on lief-test.
Before it can be deployed we need to do two things:
1) Create the token table on the production db
2) In website/shiny/downloadData/app.R change line 42 back to : source("../conn.R")
Can you look over this and see if you approve? We should be protected against sql injection attacks of the token. This branch is currently deployed on lief-test. Before it can be deployed we need to do two things: 1) Create the token table on the production db 2) In website/shiny/downloadData/app.R change line 42 back to :
source("../conn.R")
Fix #93