Go to file
ciaranj 6b7b8f3198 Added in some basic (but working) OAuth2 support
no specs :( .. I suck.
2010-05-02 15:43:10 +01:00
examples Added in some basic (but working) OAuth2 support 2010-05-02 15:43:10 +01:00
lib Added in some basic (but working) OAuth2 support 2010-05-02 15:43:10 +01:00
spec Adding a method to sign urls, desperately need to re-factor :( 2010-04-27 21:48:43 +01:00
Makefile Ok, very basic, needs refactoring Getting of Request and Access tokens (POST stylee) 2010-04-19 13:20:50 +01:00
Readme.md Added in some basic (but working) OAuth2 support 2010-05-02 15:43:10 +01:00
seed.yml Added in some basic (but working) OAuth2 support 2010-05-02 15:43:10 +01:00

Readme.md

node-oauth

A simple oauth API for node.js . This API allows users to authenticate against OAUTH providers, and thus act as OAuth consumers

Tested against both Twitter (http://twitter.com) and term.ie (http://term.ie/oauth/example/)

Also provides rudimentary OAuth2 support, tested against facebook connect.