I'm implementing nodejs api that needs oauth 2.0 support for autheticating and authorizing third party access to user's data on my platform. I don't want to re-invent the wheel so looking for nodejs modules that have implemented oauth 2.0 and I came across http://ift.tt/1oWCWNO http://ift.tt/21aTVNQ projects seems to provide near equivalent set of features, # of github stars and forks.It is hard to find any good and updated examples of both though. I have seen http://ift.tt/1qNPvPy but the example code is long outdated. There is one fork I found that is updated to express 4.x but I couldn't figure out how to make the last bit of getting the access token in exchange of authcode to work after spending 6 hrs. http://ift.tt/1Qv7gPE anyone had success with implementing oauth2 for rest api wth either of the 2 packages? I would love to know your experience to make a decision before I sink several days evaluating them, thanks.
Submitted March 04, 2016 at 06:01AM by kachhalimbu
No comments:
Post a Comment