We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Thanks! So it would be an api right? Does that mean that it should be hosted separately?
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: