koa2-oauth-server
koa2-oauth-server copied to clipboard
Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with koa2 in node.js
To solve this issue https://github.com/oauthjs/node-oauth2-server/pull/430
When retrieving user details multiple times request fails. It seems as the model object is return wrong values. `user: { username: 'waychan23' }` After second call the object becomes `user:...
I'm using the in-memory model and the code from the first page and I'm getting a lot of "model does not implement" errors. For example: ``` "Invalid argument: model does...
I can not find out where to configure, that can define a route like '/user/detail' into scope "userinfo:read"
see: https://github.com/oauthjs/node-oauth2-server/pull/486