cafe-for-cats / mobile

client-side code for the project 📱
1 stars 0 forks source link

Investigate security measures of skimming attacks by police #77

Closed martiangirlie closed 3 years ago

martiangirlie commented 3 years ago
Hermesthe commented 3 years ago

for the MIM (Man in the Middle) devices our best bet is going to be forcing HTTPS. : https://docs.mongodb.com/manual/tutorial/configure-ssl/

as for the 2 factor I have found this : https://medium.com/mongoaudit/how-to-enable-authentication-on-mongodb-b9e8a924efac

Hermesthe commented 3 years ago

Https: https://www.hostinger.com/tutorials/ssl/forcing-https

martiangirlie commented 3 years ago

The two factor article you linked is more specific to mongo permissions. That's still good info that I'm gonna use, but I was more so referring to the email vs. password validation for 2FA. I.e each of those can be implemented in Ionic/Angular & Express w/ Mongo.

More like what you were showing before with the Twilio stuff.

martiangirlie commented 3 years ago
Screen Shot 2021-05-13 at 7 20 35 PM