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
Post a Comment