NodeJS API concerns for iPhone App -


I am creating an API in Nodesj, which will be used by a website and iPhone native app at the same time.

This is supposed to authorize the user using LinkedIn API. The iPhone Country app is working on the other end, so how can I do it with NodesJS API?

Take a look at Passportjs.org

Whatever you can do with this library Also need, you should be able to do that.


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 -