ammmir / node-oauth2-provider

A simple customizable OAuth 2.0 provider (server) for node.js.
MIT License
628 stars 161 forks source link

update for connect 2.0 (and backwards compat with 1.0) #14

Closed coolaj86 closed 12 years ago

timoxley commented 12 years ago

+1 @ammmir any update on this?

coolaj86 commented 12 years ago

I do

connect.router = require('connect_router');

Before I require oauth2-provider, as a workaround.

timoxley commented 12 years ago

nice fix. thanks aj.

benatkin commented 12 years ago

you should just publish your own package

benatkin commented 12 years ago

Thanks for merging this, and making my suggestion moot!

ammmir commented 12 years ago

@benatkin no worries, anything to avoid mutiny by forking!