strongloop / loopback-component-oauth2

oAuth 2.0 server for LoopBack
http://www.strongloop.com
Other
62 stars 63 forks source link

Refactor the module into a LoopBack component to verify the component architecture design and implementation #3

Closed raymondfeng closed 9 years ago

raymondfeng commented 9 years ago
  1. Use app.middleware/phase apis to register middleware
  2. Use app.middleware/phase apis to register custom routes
  3. Refactor the model definitions into common/models/ (json & js)
  4. Refactor the main script for booting
raymondfeng commented 9 years ago

See https://github.com/strongloop/loopback-component-oauth2/pull/6 https://github.com/strongloop/loopback-component-oauth2/pull/8