waldoCorp / easy-match

A website to help you and your partner find baby names you both love: https://easymatch.waldocorp.com/
https://easymatch.waldocorp.com/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Shiny data #97

Closed williamlief closed 4 years ago

williamlief commented 4 years ago

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

bcerjan commented 4 years ago

I believe it is working correctly, and I adjusted the data-access token's duration to be 5 minutes.