Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 NodeJS 中制作一个 API,它将同时被网站和 iPhone 原生应用程序使用。
它应该使用 LinkedIn API 授权用户。当 iPhone 本机应用程序在另一端工作时,我如何使用 NodeJS API 做到这一点。
看看passportjs.org
你应该能够用这个库做你需要的事情。