koa-oauth-server
koa-oauth-server copied to clipboard
Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with koa in node.js
Results
23
koa-oauth-server issues
Sort by
recently updated
recently updated
newest added
One would think that would be optional since user/password are being used to auth and the fact that the secret would be exposed? New to oauth, apologies if I'm mistaken!
Version 2.4.0 of node-oauth2-server seems to have introduced a breaking change. I'll provide more information as soon as I can. ``` TypeError: Cannot read property 'set' of undefined at Grant.sendResponse...