How can I create a secure API using Node.js #18286
Unanswered
hkventrue
asked this question in
Code Security
Replies: 3 comments 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To secure that API I have thought it's better to assign an API key to every user, but a question stuck to my mind that may be sometime a malicious user get API key of other user and he can use that API.
So how can I secure my API from hackers?
Beta Was this translation helpful? Give feedback.
All reactions