Open firaskrichi opened 7 years ago
Using a secure HTTP connection is the only way to go. You can get free certificates with https://letsencrypt.org/ and add it to Express: https://expressjs.com/en/advanced/best-practice-security.html
Thanks! So it would be an api right? Does that mean that it should be hosted separately?
Trying to use the stripe npm package for node and was wondering how to send data from the client (react & redux) to the server securly.
Thanks!