NodeJS API - security issues -
I am creating an API in Nodesj, which will be used by a website and the iPhone Native App at the same time.
The API URL will open in front of the user when used for JavaScript in the website. I only want authorized access to APIs. Nobody wants to call API via console. Like user / delete / [user-id]
, anyone can delete this user by using this URL.
check out
There are a lot of authentication strategies to use here Do not re-enter;)
Comments
Post a Comment