I'm looking to build a RESTful API in node.js and want to authenticate users with an API key and API secret musch like the service in Amazon Web Services (AWS).

The question is where to start, googling has lead me to a lot of irrelevant sites and I wondered if anyone had some good site suggestions of sample or skeleton code?

Thanks Ric

link|improve this question

1  
You should take a look at OAuth which is rapidly becoming the standard for authenticating APIs. search.npmjs.org - search for oauth there. – Gazler Nov 7 '11 at 23:31
feedback

1 Answer

up vote 0 down vote accepted

Here is an oAuth2 provider module. oAuth is quickly becoming the standard for API's.

https://github.com/AF83/oauth2_server_node

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.