NPM Grant OAuth Middleware “invalid_redirect” error
问题 I have been trying to use this elegant looking package to authenticate with Jawbone API. But I keep getting this error - I have configured my "app" with the Jawbone API service to use these Redirect URIs - My config file looks like this - module.exports = { 'server': { 'protocol' : 'https', 'host' : 'localhost', 'port' : 5000, 'callback' : '/done', 'transport' : 'session', 'state' : true }, 'jawbone' : { 'key' : '6f*********', 'secret' : '9b************************', 'callback' : '/connect