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

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -