Skip to content

KirillTemnov/oauth-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f7f2a11 · Apr 19, 2011

History

14 Commits
Apr 16, 2011
Apr 19, 2011
Apr 19, 2011
Feb 5, 2011
Feb 4, 2011
Apr 19, 2011

Repository files navigation

Server-side implementation of OAuth 1.0A protocol.

Installation: npm install oauth-server

Usage example:

Add example.com to your hosts file:

echo "127.0.0.1	example.com" >> /etc/hosts

Launch in console from repo root:

node examples/server.js&
node examples/consumer.js&

Browse to http://example.com:3000 and follow instructions

Note

This server handles requests for one (anonimous) user. Add store with users and connect them with access keys. If you will test both server and consumer, set various domain names, because consumer and oauth server must have different cookie files