cs2102team60petcare / server

0 stars 1 forks source link

Secure against Replay Attacks #15

Closed Psyf closed 5 years ago

Psyf commented 5 years ago

The cookie session used in Passport maybe susceptible to replay attacks since we're using insecure channels. Have to secure it.

Take note @teojunjie, because you might be interested in this CS2107 problem.

Psyf commented 5 years ago

Cookie TTL moved to 30 minutes. Still susceptible. Can't secure without HTTPS.