oauthjs / express-oauth-server

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

Updating the examples for 3.x compatibility #10

Closed dominic-p closed 8 years ago

dominic-p commented 8 years ago

The examples in this repo have been very helpful to me in trying to understand exactly what is expected of a Model. However, when I look at the Migrating from 2.x to 3.x guide, it seems like the model specifications have changed. Would it be possible to update the examples here accordingly? Thanks, btw, for sharing this code.

manjeshpv commented 8 years ago

3.0.0-b2 compatibile Implementation with SQL and NoSQL https://github.com/manjeshpv/node-oauth2-server-implementation

dominic-p commented 8 years ago

Thanks for doing that. Those examples will be very helpful.