Skip to content

jessesanford/oauth-server

This branch is 4 commits behind KirillTemnov/oauth-server:master.

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

For correct operation of the examples requires oauth and connect installation, so install it via npm:

npm install oauth connect    

Launch in console from repo root: node examples/server.js& node examples/consumer.js&

Browse to example.com:3000 and follow instructions

About

Server, supporting OAuth version 1.0A

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published