oauthjs / express-oauth-server

Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js
MIT License
483 stars 384 forks source link

please publish latest version #11

Open bcoe opened 8 years ago

bcoe commented 8 years ago

Could you please publish the latest version of the server, which relies on next rather than a git branch.

Also, would you consider relying on a specific release of oauth2-server, rather than next (this worries me a bit, since it breaks semver conventions).

Thanks for the awesome work on this project!

manjeshpv commented 8 years ago

Here is express component you can use with latest version https://github.com/manjeshpv/node-oauth2-server-implementation

rxpande commented 7 years ago

Hello All,

I am newbie to NodeJS :)

I want to implement OAuth2 Server with NodeJS. While browsing all link redirect to this repository, however this very confusing for me to implement from mentioned documentation.

Can you guys help me out with Step by Step Guide ?

Thanks.

pickfire commented 5 years ago

I supposed this already fixed by now?