oauthjs / koa-oauth-server

Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with koa in node.js
212 stars 81 forks source link

Refactor project #31

Closed nunofgs closed 8 years ago

nunofgs commented 9 years ago

This PR depends upon node-oauth-server#203 and introduces a cleaner koa-specific implementation that also allows for the OAuth model class to export generator functions instead of node-style callback functions.

Furthermore, the examples previously found in the node-oauth2-server repository were moved here since they're all dependent on Koa.

Koa-OAuth-Server

Introduces a new Koa OAuth server wrapper with the following changes:

ruimarinho commented 8 years ago

Now that https://github.com/thomseddon/node-oauth2-server/issues/203 has been merged, we need to get this merged into master. Other fixes will follow soon.